mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
7 lines
95 B
Odin
7 lines
95 B
Odin
#import "fmt.odin"
|
|
#import "game.odin"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope, everybody!")
|
|
}
|