From 588a22a3e1e020f892832983813c6a77493b53fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Thu, 30 Oct 2014 15:42:42 -0500 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ca693..2ef18a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ CoinToss ======== -A very simple program that works with probabilities. +The creation of this program has a little story. I was in math class and a classmate was playing around with the probability simulator on his TI Calculator. He was trying to do as many coin tosses as he could, until finally he reached 9999, which was the limit of tosses for the simulator. So I decided that I would create this, which allows you to do more than that, specifically 2,147,473,649 more times than that. + +### Compiling +To compile make sure you have the GNU C Compiler installed (GCC) and just go to the root directory of this project and run: +```bash +$ make +``` + +### Contributing +Do you have something you want to add? Just send a pull request. + +### License +This project is licensed with the [GNU GPLv3](/LICENSE).