Files
Odin/code/sub/test.odin
T

6 lines
74 B
Odin

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