diff --git a/executer.py b/executer.py index b59e5da..a504cb5 100644 --- a/executer.py +++ b/executer.py @@ -13,3 +13,4 @@ for line in target: temp = temp + i + ", " temp = temp + ")" exec(temp) +input("programm done") diff --git a/target.jc b/target.jc index dbe5f7f..6255a01 100644 --- a/target.jc +++ b/target.jc @@ -1,2 +1,4 @@ -import binarytools -print binarytools.i2b(2) \ No newline at end of file +test = {} +test["test1"] = "LOL" +print test +print test["test1"] \ No newline at end of file