Ver Fonte

Fix demo.odin

gingerBill há 7 anos atrás
pai
commit
10758710d4
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      examples/demo/demo.odin

+ 0 - 1
examples/demo/demo.odin

@@ -735,7 +735,6 @@ deprecated_attribute :: proc() {
 
 
 main :: proc() {
-	fmt.println("HERE\n");
 	when true {
 		general_stuff();
 		union_type();