Revert demo.odin

This commit is contained in:
gingerBill
2019-07-15 22:41:25 +01:00
parent c7a70be824
commit d26033eb23

View File

@@ -946,12 +946,7 @@ deferred_procedure_associations :: proc() {
}
main :: proc() {
x: map[int]int;
x[123] = 123;
fmt.println(x);
fmt.println(x[123]);
when false {
when true {
general_stuff();
union_type();
parametric_polymorphism();