Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 249 Bytes

readme.MD

File metadata and controls

5 lines (3 loc) · 249 Bytes

Golang Dice

This project uses rand to generate a random number between 1 to 6. Then it draws a dice using the random number.

More details about the logic is available at Golang Dice Project