mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
9 lines
85 B
Odin
9 lines
85 B
Odin
package main
|
|
|
|
import "core:fmt"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope, World!")
|
|
}
|
|
|