From 72a00205cc3b80c7188ffa8c48e57722381d83bd Mon Sep 17 00:00:00 2001 From: mouraogabriel Date: Sun, 23 Aug 2020 10:35:18 -0300 Subject: [PATCH] Added an example of a Dollars to Cents Calculator --- Projects/1-Beginner/Dollars-To-Cents-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/1-Beginner/Dollars-To-Cents-App.md b/Projects/1-Beginner/Dollars-To-Cents-App.md index 94433892..5ce97a18 100644 --- a/Projects/1-Beginner/Dollars-To-Cents-App.md +++ b/Projects/1-Beginner/Dollars-To-Cents-App.md @@ -27,3 +27,5 @@ The challenge: Try this without using any frameworks. ## Example projects - [Dollars to cents converter](https://github.com/LimonJuice322/Dollars-to-cents-converter) + +- [Dollars to cents converter](https://github.com/mouraogabriel/dollars-to-cents-calculator)