aboutsummaryrefslogtreecommitdiff
path: root/code/sub/test.odin
blob: fe1a937ddd49d9120da06f0cd101940e4810093e (plain)
1
2
3
4
5
#import "fmt.odin" as fmt

thing :: proc() {
	fmt.println("Sub Hello!")
}