Files
Odin/examples/hello.odin
Ginger Bill 7cb8016df3 Add examples
2017-08-27 23:27:12 +01:00

6 lines
72 B
Odin

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