Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding readme
  • Loading branch information
Kevin Brown committed Jan 22, 2020
1 parent b4252e2 commit ab00995
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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)

0 comments on commit ab00995

Please sign in to comment.