From f91a9de18e176e13603df069080fe0366f210c7a Mon Sep 17 00:00:00 2001 From: Sujauddin <61101752+sujaudd1n@users.noreply.github.com> Date: Sun, 9 May 2021 01:58:35 +0530 Subject: [PATCH] added new example in C --- Projects/1-Beginner/Bin2Dec-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index 9bb4503f..51769228 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -45,3 +45,4 @@ Try not to view this until you've developed your own solution: - [Binary to Decimal converter using React](https://github.com/geoffctn/Bin2Dec) - [Matrix-like Binary to Decimal converter using Angular](https://github.com/ZangiefWins/MatrixBin2Dec) - [Live preview on heroku](https://matrix-bin2dec.herokuapp.com/) +- [Binary to decimal converter using C](https://gist.github.com/sujaudd1n/ff8411715d0ef14bde92672770696513)