Minor refactor and basic library

This commit is contained in:
gingerBill
2016-08-05 15:17:23 +01:00
parent 2aaef48c5c
commit 4a303b5c3e
18 changed files with 708 additions and 608 deletions
+6
View File
@@ -0,0 +1,6 @@
import "basic"
main :: proc() {
print_int(123, 10);
print_string("\n");
}