mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 16:36:46 +00:00
6 lines
72 B
Odin
6 lines
72 B
Odin
import "fmt.odin";
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope, World!");
|
|
}
|