2018-08-22 01:37:32 -03:00

8 lines
69 B
Plaintext
Executable File

integer
main(void)
{
o_text("Hello world!\n");
return 0;
}