From 3ed0687e50e8e935410be35bdff5c9313bfb474d Mon Sep 17 00:00:00 2001 From: Dan Roberts Date: Tue, 30 Jan 2018 10:50:15 -0800 Subject: [PATCH] Add at-a-glane --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c257c9..dc4fde9 100644 --- a/README.md +++ b/README.md @@ -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.