From ab009950e2ca617dd692626e077aa9b1a66ba8fb Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 22 Jan 2020 17:47:32 -0500 Subject: [PATCH] Adding readme --- multiplier/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 multiplier/README.md diff --git a/multiplier/README.md b/multiplier/README.md new file mode 100644 index 0000000..ba3755b --- /dev/null +++ b/multiplier/README.md @@ -0,0 +1,12 @@ +# This is a readme! + +Programmers include readme files to help people viewing their code understand what it does. + +## Multiplier + +This simple .NET Core Application runs in a command line. When run, it will prompt for two numbers, multiply them, then write the result to the console. + +## 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