Files
Odin/examples/hello.odin
T

6 lines
77 B
Odin

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