diff options
Diffstat (limited to 'js/scripting-lang/input.txt')
-rw-r--r-- | js/scripting-lang/input.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/scripting-lang/input.txt b/js/scripting-lang/input.txt new file mode 100644 index 0000000..d343086 --- /dev/null +++ b/js/scripting-lang/input.txt @@ -0,0 +1,3 @@ +x : 10; +y : 20; +x + y; \ No newline at end of file |