file imports work!!!!!

This commit is contained in:
SpookyDervish
2025-10-18 07:21:19 +11:00
parent 24fcbb3fb7
commit 52686fa314
15 changed files with 210 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
main = Func(): Int {
$print("Hello, World!");
$print("Hello, World!\n");
return 0;
}