mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 11:12:31 +00:00
10 lines
119 B
Odin
10 lines
119 B
Odin
#import "fmt.odin"
|
|
#import "utf8.odin"
|
|
#import "hash.odin"
|
|
#import "mem.odin"
|
|
#import "game.odin"
|
|
|
|
main :: proc() {
|
|
|
|
}
|