This commit is contained in:
Tim
2021-02-22 09:20:13 +10:30
parent 80dcb1f50e
commit 728078c519
2 changed files with 18 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
public class HurkleGame {
public static void main(String[] args) {
Hurkle hurkle = new Hurkle();
hurkle.play();
Hurkle hurkle = new Hurkle();
hurkle.play();
}
}