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