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 917915048e
commit 4ea34f8456

View File

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