Files
Odin/code/demo.odin
T

6 lines
61 B
Odin

#import "fmt.odin"
main :: proc() {
fmt.println("Hello")
}