Files
Odin/code/demo.odin
2016-10-08 22:03:40 +01:00

7 lines
58 B
Odin

#import "fmt.odin"
main :: proc() {
fmt.println(123)
}