mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 19:32:23 -07:00
9 lines
55 B
Odin
9 lines
55 B
Odin
#import "fmt.odin"
|
|
|
|
main :: proc() {
|
|
if true {
|
|
|
|
}
|
|
}
|
|
|