Files
Odin/code/demo.odin
T

9 lines
55 B
Odin

#import "fmt.odin"
main :: proc() {
if true {
}
}