Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 654 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 654 Bytes

MC

A program for estimating the number Pi using the Monte Carlo Method.

Prerequisites

Cloning

git clone --recursive https://github.com/wadiim/mc.git

Building

cmake . -Bbuild
cmake --build build

License

MIT