mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
6 lines
77 B
Odin
6 lines
77 B
Odin
import "core:fmt.odin";
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope, world!");
|
|
}
|