mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Minor refactor and basic library
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import "basic"
|
||||
|
||||
main :: proc() {
|
||||
print_int(123, 10);
|
||||
print_string("\n");
|
||||
}
|
||||
Reference in New Issue
Block a user