mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
Add method signatures to HighIQ.java
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
public class HighIQ {
|
public class HighIQ {
|
||||||
|
|
||||||
|
public HighIQ() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void play() {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user