Files
Odin/code/demo.odin
T
2016-10-23 14:46:52 +01:00

8 lines
66 B
Odin

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