Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 323 Bytes

C++ Dice Roller

  • © Ross Smith 2021
  • Open source under the Boost License

This contains:

  • dice - a command line application for generating dice rolls
  • Dice - the C++ class that implements a dice roller
  • Rational - a simple rational number class

Documentation