diff --git a/compiler/target.py b/compiler/target.py index a4911b6..e0e8201 100644 --- a/compiler/target.py +++ b/compiler/target.py @@ -1,4 +1,5 @@ #executor #block +#out #args -print(int(args[0])+int(args[1])) \ No newline at end of file +out = (int(args[0])/int(args[1])) \ No newline at end of file diff --git a/compiler/template.py b/compiler/template.py new file mode 100644 index 0000000..93da423 --- /dev/null +++ b/compiler/template.py @@ -0,0 +1,4 @@ +#executor +#block +#out +#args \ No newline at end of file