From a3832fcb2c894c9790bbd30ed446d9ca6b218d7e Mon Sep 17 00:00:00 2001 From: VIVIENLOKE Date: Sat, 28 Aug 2021 13:07:26 +0800 Subject: [PATCH] edited --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };