Procházet zdrojové kódy

Fixed problem with faulty code in model

Yentl Van Tendeloo před 9 roky
rodič
revize
969df62322
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      model/model.py

+ 1 - 1
model/model.py

@@ -487,7 +487,7 @@ include "primitives.alh"
 
 Void function main():
 \tlog("Executed the code!")
-\treturn
+\treturn !
     """
 username = "test_user"