Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 359 Bytes

diceroller

Basic application to try out some Rust. Run the application and tell it how many dice should be rolled and how many sides each dice has.

❯ ./target/release/diceroller
### Dice roller ###
How many dice do you want to roll ?
5
How many sides should each dice have ?
6
Roll NR 1:: 2
Roll NR 2:: 2
Roll NR 3:: 1
Roll NR 4:: 2
Roll NR 5:: 4