Create aime.aime

This commit is contained in:
George Gibson
2015-11-03 07:20:22 +00:00
parent ac4ed87c3c
commit 19a21ce0b6

7
a/aime.aime Normal file
View File

@@ -0,0 +1,7 @@
integer
main(void)
{
o_text("Hello world!\n");
return 0;
}