From a5ee9cc1384fcdc20d814cedf789cdb7edf3d1a3 Mon Sep 17 00:00:00 2001 From: hoang-tv Date: Thu, 25 Aug 2022 23:14:49 +0700 Subject: [PATCH 1/2] feat: add day 3 excersies --- Exercises/day_3/index.html | 80 +++++++++++++++++++++++++++++++++++++ Exercises/day_3/index2.html | 39 ++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 Exercises/day_3/index.html create mode 100644 Exercises/day_3/index2.html diff --git a/Exercises/day_3/index.html b/Exercises/day_3/index.html new file mode 100644 index 0000000..4dc423c --- /dev/null +++ b/Exercises/day_3/index.html @@ -0,0 +1,80 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git a/Exercises/day_3/index2.html b/Exercises/day_3/index2.html new file mode 100644 index 0000000..7ef15d8 --- /dev/null +++ b/Exercises/day_3/index2.html @@ -0,0 +1,39 @@ + + + + + + + Document + + + + + + + \ No newline at end of file From b295591ef629557c8fa25d9573b7eb4dfe367072 Mon Sep 17 00:00:00 2001 From: hoang-tv Date: Sun, 28 Aug 2022 22:38:50 +0700 Subject: [PATCH 2/2] feat: add day 4 excersies --- Exercises/day_4/index.html | 135 +++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 Exercises/day_4/index.html diff --git a/Exercises/day_4/index.html b/Exercises/day_4/index.html new file mode 100644 index 0000000..aa75325 --- /dev/null +++ b/Exercises/day_4/index.html @@ -0,0 +1,135 @@ + + + + + + + Document + + + + + + + + + \ No newline at end of file