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

6 lines
74 B
Odin

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