Skip to content
Jinwoo Park (Curt) edited this page Dec 21, 2018 · 1 revision

This is a repo for collaboration practice on github.

We are going to implement a simple calculator and its test cases. The calculator will have the following 4 functionalities:

  1. add: TODO

  2. sub: TODO

  3. mul: TODO

  4. div: TODO

Clone this wiki locally