فهرست منبع

Fixed problem with faulty code in model

Yentl Van Tendeloo 8 سال پیش
والد
کامیت
969df62322
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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"