Skip to content

Commit

Permalink
Add at-a-glane
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Roberts authored Jan 30, 2018
1 parent a6aca3a commit 3ed0687
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Calculator Exercise

Build a calculator command line interface (CLI) that allows a user to perform simple arithmetic.
## At a Glance

- Build a calculator command line interface (CLI) that allows a user to perform simple arithmetic.
- Individual, [stage 1](https://github.com/Ada-Developers-Academy/pedagogy/blob/master/rule-of-three.md#stage-1) project
- Due before class, Wednesday Feb 7

## Baseline
The program should ask the user for an operation (string or numeric symbol) and two numbers.
Expand Down

0 comments on commit 3ed0687

Please sign in to comment.