mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-02 00:00:14 -08:00
cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ public class PizzaGame {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Pizza pizza = new Pizza();
|
||||
pizza.play();
|
||||
Pizza pizza = new Pizza();
|
||||
pizza.play();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user