From 3755af049b57994ab07158365661a5a7953226fb Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Sun, 4 Jul 2021 21:24:15 +0700 Subject: [PATCH] Test branch --- 01_Day_Introduction/01_day_starter/helloworld.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/01_Day_Introduction/01_day_starter/helloworld.js b/01_Day_Introduction/01_day_starter/helloworld.js index 7618ca1..e54c194 100644 --- a/01_Day_Introduction/01_day_starter/helloworld.js +++ b/01_Day_Introduction/01_day_starter/helloworld.js @@ -1,2 +1,4 @@ console.log('Hello, World!') -console.log("hello, Duy!") \ No newline at end of file +console.log("hello, Duy!") + +console.log("hello from a new branch!")