From 1ea55629d3aae1b7f3c1c1c7633e13dea1e2793c Mon Sep 17 00:00:00 2001 From: LJ322 Date: Wed, 11 Dec 2019 03:53:13 +0300 Subject: [PATCH] Add example project to Dollars-to-cents-converter --- Projects/1-Beginner/Dollars-To-Cents-App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/1-Beginner/Dollars-To-Cents-App.md b/Projects/1-Beginner/Dollars-To-Cents-App.md index f5de105d..94433892 100644 --- a/Projects/1-Beginner/Dollars-To-Cents-App.md +++ b/Projects/1-Beginner/Dollars-To-Cents-App.md @@ -1,4 +1,4 @@ -# Dollars To Cents +# Dollars To Cents **Tier:** 1-Beginner @@ -26,4 +26,4 @@ The challenge: Try this without using any frameworks. ## Example projects -N/A +- [Dollars to cents converter](https://github.com/LimonJuice322/Dollars-to-cents-converter)