From 43e295408b28e6c23951043e664b277b5b5ba6f3 Mon Sep 17 00:00:00 2001 From: Bernardino Todoli Lopez Date: Wed, 26 Aug 2020 11:45:13 +0900 Subject: [PATCH] date added --- 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)."