mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
Create Board.java
This commit is contained in:
10
48_High_IQ/java/src/Board.java
Normal file
10
48_High_IQ/java/src/Board.java
Normal file
@@ -0,0 +1,10 @@
|
||||
public class Board {
|
||||
|
||||
public Board() {
|
||||
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user