diff --git a/script.js b/script.js index bbe8a29..8f7b178 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,6 @@ var main = function (input) { - var myOutputValue = 'hello world'; + var myOutputValue = "hello world"; return myOutputValue; }; +// changes made for git +// one more comment