From 07b7c76376372b4e6afdfc45156d98994ef76867 Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Sun, 4 Jul 2021 21:18:48 +0700 Subject: [PATCH] test commit --- 01_Day_Introduction/01_day_starter/helloworld.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/01_Day_Introduction/01_day_starter/helloworld.js b/01_Day_Introduction/01_day_starter/helloworld.js index 8c9e2c0..7618ca1 100644 --- a/01_Day_Introduction/01_day_starter/helloworld.js +++ b/01_Day_Introduction/01_day_starter/helloworld.js @@ -1 +1,2 @@ -console.log('Hello, World!') \ No newline at end of file +console.log('Hello, World!') +console.log("hello, Duy!") \ No newline at end of file