From 492db5cf322dd36caa04a4b7f7cf2afe89fd84b8 Mon Sep 17 00:00:00 2001 From: waieeen Date: Mon, 6 Jun 2022 20:52:26 +0800 Subject: [PATCH 1/2] changes made for git --- script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index bbe8a29..95f05b3 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,5 @@ var main = function (input) { - var myOutputValue = 'hello world'; + var myOutputValue = "hello world"; return myOutputValue; }; +// changes made for git From d4c3705e12422cc8792b2fa4073efd46528e24ae Mon Sep 17 00:00:00 2001 From: waieeen Date: Mon, 6 Jun 2022 20:59:56 +0800 Subject: [PATCH 2/2] one more comment --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index 95f05b3..8f7b178 100644 --- a/script.js +++ b/script.js @@ -3,3 +3,4 @@ var main = function (input) { return myOutputValue; }; // changes made for git +// one more comment