General functionality without context

This commit is contained in:
gingerBill
2020-03-04 22:09:58 +00:00
parent 6151fdb324
commit e1da631d26
4 changed files with 218 additions and 24 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
package demo
import "core:os"
import "core:fmt"
main :: proc() {
os.write_string(os.stdout, "Hellope\n");
fmt.fprintln(os.stdout, "Hellope!", 123, true, 1.3);
}
// BarBar :: struct {x, y: int};