Report of average and maximum rainfall
- rainfall.cpp - Main program
- demo.csv - Rainfall data
- demo.txt - Output of rainfall program with demo.csv data
- CMakeLists.txt - build-generator file
- README.md
Create build file:
mkdir build
cd build
cmake ..
Build:
make
Run with demo.csv data:
make run
Check design changes:
make check