Skip to content

mlcollard/OOPS22-Rainfall-010

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rainfall

Report of average and maximum rainfall

  • rainfall.cpp - Main program
  • rainfall.csv - Rainfall data
  • report.txt - Output of rainfall program with rainfall.csv data
  • CMakeLists.txt - build-generator file
  • README.md

Create build file:

mkdir build
cd build
cmake ..

Build:

make

Run with rainfall.csv data:

make run

Test design changes:

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published