This commit is contained in:
SpookyDervish
2025-10-15 16:23:51 +11:00
parent a75dcb933e
commit 549f650b54
7 changed files with 51 additions and 26 deletions

View File

@@ -1,2 +1,4 @@
depend "io.pla"
print("Hello, World!");
main = Func(): Int {
$print("Hello, World!");
return 0;
}