Files
hello-world/a/aime.aime
Richie Bendall ad16f6d78a Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00

8 lines
68 B
Plaintext
Executable File

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