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