9 lines
68 B
Odin
9 lines
68 B
Odin
package main
|
|
|
|
import game "./game"
|
|
|
|
main :: proc() {
|
|
game.run()
|
|
}
|
|
|