Files
Odin/code/demo.odin
2017-01-05 21:43:36 +00:00

6 lines
66 B
Odin

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