Files
Odin/code/demo.odin
T

7 lines
66 B
Odin

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