Browse Source

Revert demo.odin

gingerBill 6 years ago
parent
commit
d26033eb23
1 changed files with 1 additions and 6 deletions
  1. 1 6
      examples/demo/demo.odin

+ 1 - 6
examples/demo/demo.odin

@@ -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();