Erythro/tests/printf.er

6 lines
87 B
Plaintext
Raw Normal View History

2023-12-07 22:33:51 +00:00
import "print.em"
int :: main () {
printf("%s\r\n", "hi there");
return (0);
}