mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 18:32:22 -07:00
10 lines
142 B
Odin
10 lines
142 B
Odin
#import "fmt.odin"
|
|
#import "utf8.odin"
|
|
#import "hash.odin"
|
|
#import "mem.odin"
|
|
#import "game.odin"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope")
|
|
}
|