Files
hello-world/a/aime.aime

8 lines
68 B
Plaintext

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