Erythro/tests/printf.er

6 lines
87 B
Plaintext

import "print.em"
int :: main () {
printf("%s\r\n", "hi there");
return (0);
}