Files
Odin/code/demo.odin
T

6 lines
71 B
Odin

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