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