From 8a3b1735c8ea142183eee5ab9bdf9405c4901f82 Mon Sep 17 00:00:00 2001 From: alexxu2 <81975856+alexxu2@users.noreply.github.com> Date: Thu, 8 Apr 2021 13:40:39 -0400 Subject: [PATCH 1/2] Update helloworld.sh --- helloworld.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.sh b/helloworld.sh index 95a03f14..163dde2b 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -14,3 +14,4 @@ # limitations under the License. echo "Hello, world!" +echo "The time is $(date)." From 1a6886645411ab8cd94a0853b1b270324a4784bd Mon Sep 17 00:00:00 2001 From: alexxu2 <81975856+alexxu2@users.noreply.github.com> Date: Thu, 8 Apr 2021 13:51:05 -0400 Subject: [PATCH 2/2] Update helloworld.sh --- helloworld.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.sh b/helloworld.sh index 163dde2b..e477f0e5 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -15,3 +15,4 @@ echo "Hello, world!" echo "The time is $(date)." +echo "Adding a new line."