From 8636357b836a0e23c191bfd41d9367ffa17a4219 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 22 Jan 2020 17:51:14 -0500 Subject: [PATCH] updating readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3755b..d68a4cd 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,9 @@ This simple .NET Core Application runs in a command line. When run, it will prom ## Known bugs - Must be given a number. Excepts if a letter is entered. -- Fails to process reallllly big numbers (outside the range 5.0 x 10^324 to 1.7 x 10^308) \ No newline at end of file +- Fails to process reallllly big numbers (outside the range 5.0 x 10^324 to 1.7 x 10^308) + +## Notes + +- This is a simple programming exercise for OPIM 3220 +- Any feedback or request should be sent to mailto:kevin.r.brown@uconn.edu \ No newline at end of file