Browse Source

Fix demo.odin

Ginger Bill 8 years ago
parent
commit
36392d658e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/demo.odin

+ 1 - 0
code/demo.odin

@@ -424,6 +424,7 @@ when true {
 
 
 	fmt.printf("The program \"%s\" calculates the value %d\n",
 	fmt.printf("The program \"%s\" calculates the value %d\n",
 	           program, accumulator);
 	           program, accumulator);
+*/
 }
 }
 }
 }