Initial commit

This commit is contained in:
Riyyi
2026-08-25 21:43:02 +02:00
commit 715fdbb7c1
12 changed files with 106 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
package main
import "core:fmt"
VERSION :: #config(VERSION, "dev")
// -----------------------------------------
main :: proc() {
fmt.println("hello world!")
}