mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-11 20:55:40 -08:00
Java version of Change
This commit is contained in:
6
22 Change/java/src/ChangeGame.java
Normal file
6
22 Change/java/src/ChangeGame.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public class ChangeGame {
|
||||
public static void main(String[] args) {
|
||||
Change change = new Change();
|
||||
change.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user