GitHub_collection_hello-world/h/Higher Subleq.higher_subleq
2015-08-29 09:54:44 +01:00

6 lines
58 B
Plaintext

int printf();
int main()
{
printf("Hello, World!\n");
}