mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
6 lines
74 B
Odin
6 lines
74 B
Odin
#import "fmt.odin" as fmt
|
|
|
|
thing :: proc() {
|
|
fmt.println("Sub Hello!")
|
|
}
|