mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-12 06:11:26 -07:00
7 lines
77 B
Odin
7 lines
77 B
Odin
import "basic"
|
|
|
|
main :: proc() {
|
|
print_int(123, 10);
|
|
print_string("\n");
|
|
}
|