This commit is contained in:
2024-10-08 09:55:52 -04:00
commit 5a4e1699b3
4 changed files with 121 additions and 0 deletions

5
src/main.jai Normal file
View File

@@ -0,0 +1,5 @@
main :: () {
print("Hello, world!");
}
#import "Basic";