Initial commit

This commit is contained in:
Riyyi
2026-07-30 21:23:43 +02:00
commit 30876992f1
7 changed files with 50 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package main
import "core:fmt"
VERSION :: #config(VERSION, "dev")
main :: proc() {
fmt.println("Hellope!")
fmt.println(VERSION)
}