test.odin 74 B

12345
  1. #import "fmt.odin" as fmt
  2. thing :: proc() {
  3. fmt.println("Sub Hello!")
  4. }