Files
hello-world/h/holyc.HC
2021-02-25 17:13:53 +13:00

7 lines
65 B
HolyC

U0 main() {
print("Hello World\n");
return 0;
}
main();