mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-07-02 19:09:39 -07:00
Java version of dice
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class DiceGame {
|
||||
public static void main(String[] args) {
|
||||
Dice dice = new Dice();
|
||||
dice.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user