mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 19:02:23 -07:00
7 lines
51 B
Odin
7 lines
51 B
Odin
#import "fmt.odin"
|
|
|
|
main :: proc() {
|
|
x := ?123
|
|
}
|
|
|