mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 13:33:13 +00:00
7 lines
66 B
Odin
7 lines
66 B
Odin
import "fmt.odin";
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope!");
|
|
}
|
|
|