Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 362 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 362 Bytes

CPool_bistro-matic_2019

The goal was to do a basic calculator for infinite number.

Date: November 2019

Language: C

Grade: A

Compilation:

Compilation via Makefile

make
make clean
./calc

remove compilation files:

make fclean

Unit tests

Using Criterion: https://github.com/Snaipe/Criterion

make tests_run