diff --git a/test.js b/test.js index e69de29..aada5cc 100644 --- a/test.js +++ b/test.js @@ -0,0 +1,3 @@ +var x = 2 +var m = 3 +return x + m \ No newline at end of file