Files
Odin/code/test.odin
2016-09-19 11:51:21 +01:00

6 lines
70 B
Odin

#import "fmt.odin" as fmt
thing :: proc() {
fmt.println("Hello!")
}