My first Golang project
TLDR: Probably breaking all the best practices and not something you should reproduce. The basic logic might be solid though.
Uses one of the Monte Carlo Methods to calculate Pi.
- Make it accurate
- Investigate using a randomer random number
- Write the output to the screen instead of the terminal
- Give it less awful colors
- Documentation
- Best Practices?
- Enable passing in the size through args
- Other things?
Licensed under the MIT license. See LICENSE for details.