mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 06:43:35 +00:00
7 lines
51 B
Odin
7 lines
51 B
Odin
#import "fmt.odin"
|
|
|
|
main :: proc() {
|
|
x := ?123
|
|
}
|
|
|