From 2434af352917b0996a9d532a8508790eb98354ee Mon Sep 17 00:00:00 2001 From: Shantanu Dutta <7542135+nlern@users.noreply.github.com> Date: Sun, 25 Aug 2019 20:08:04 +0530 Subject: [PATCH] 1. Created directories for Bin2Dec converter web based solution. --- .../1. Bin2Dec/Web/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html diff --git a/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html b/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html new file mode 100644 index 00000000..ecc648f0 --- /dev/null +++ b/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html @@ -0,0 +1,12 @@ + + + + + + + Bin2Dec Converter + + + + + \ No newline at end of file