Files
Odin/code/demo.odin
T

6 lines
65 B
Odin

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