Files
Odin/code/demo.odin
T
2016-09-27 19:47:27 +01:00

6 lines
61 B
Odin

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