GitHub_collection_hello-world/h/Higher Subleq.higher_subleq

6 lines
56 B
Plaintext
Raw Permalink Normal View History

2015-08-29 09:54:44 +01:00
int printf();
int main()
{
printf("Hello World\n");
2015-08-29 09:54:44 +01:00
}