Add method signatures to HighIQ.java

This commit is contained in:
Thomas Kwashnak
2022-01-05 11:49:07 -05:00
committed by GitHub
parent 8d93e604ee
commit be73fa2853

View File

@@ -1,4 +1,10 @@
public class HighIQ {
public HighIQ() {
}
public void play() {
}
}