GitHub_collection_hello-world/h/Higher Subleq.higher_subleq

6 lines
56 B
Plaintext

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