mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 18:02:02 +00:00
6 lines
77 B
Odin
6 lines
77 B
Odin
import "core:fmt.odin";
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope, world!");
|
|
}
|