Files
Odin/examples/hello.odin
T
2017-08-27 23:27:12 +01:00

6 lines
72 B
Odin

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