Create Higher Subleq.higher_subleq

This commit is contained in:
George Gibson
2015-08-29 09:54:44 +01:00
parent c4b57dbf0f
commit 812b976f89

View File

@@ -0,0 +1,5 @@
int printf();
int main()
{
printf("Hello, World!\n");
}