Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "core:fmt"
|
||||
|
||||
VERSION :: #config(VERSION, "dev")
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("Hellope!")
|
||||
fmt.println(VERSION)
|
||||
}
|
||||
Reference in New Issue
Block a user