mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-26 13:48:23 +00:00
7 lines
58 B
Odin
7 lines
58 B
Odin
#import "fmt.odin"
|
|
|
|
main :: proc() {
|
|
fmt.println(123)
|
|
}
|
|
|