Update Holy C (#935)

This commit is contained in:
Caleb W
2021-02-24 23:13:53 -05:00
committed by GitHub
parent 62edb1f758
commit 4b335d28bb

View File

@@ -1 +1,6 @@
"Hello World";
U0 main() {
print("Hello World\n");
return 0;
}
main();