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