From 84ff34e29cd5cd2a8d1d805b2bdbeaa6f9821337 Mon Sep 17 00:00:00 2001 From: Nolan Corcoran Date: Tue, 14 Jul 2020 17:43:47 +0000 Subject: [PATCH] changes --- helloworld.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.sh b/helloworld.sh index 95a03f14..2b4fa74c 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -14,3 +14,4 @@ # limitations under the License. echo "Hello, world!" +echo "The time is $(date)." \ No newline at end of file