mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
6 lines
67 B
Odin
6 lines
67 B
Odin
import "basic"
|
|
|
|
main :: proc() {
|
|
print_string("Hello, 世界");
|
|
}
|