From 72d84bc8bf4dedff957c373c16482c733488002f Mon Sep 17 00:00:00 2001 From: Anli Lim Date: Thu, 7 Jan 2021 23:38:50 +0800 Subject: [PATCH] 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)."