diff --git a/script.js b/script.js index bbe8a29..d14ab3c 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ var main = function (input) { - var myOutputValue = 'hello world'; + var myOutputValue = '!!!!!! HELLO world'; return myOutputValue; };