Files
Odin/code/demo.odin
2017-07-19 22:17:57 +01:00

7 lines
66 B
Odin

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