Testing dev env
This commit is contained in:
8
src/main.odin
Normal file
8
src/main.odin
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "core:fmt"
|
||||||
|
|
||||||
|
main :: proc() {
|
||||||
|
fmt.println("Brackey's Game Jam 2026 :) ")
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user