Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 248 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 248 Bytes

InfiniteCalculator

Requirements

  • gcc

Installing

Ubuntu

sudo apt-get install gcc -y

Using calculator

Ubuntu

1. make all
2. ./a.out input

Function

  • Plus
  • Minus
  • Multiply

Expanding

  • Fork this repository