mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-29 01:38:22 -07:00
Create Board.java
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class Board {
|
||||
|
||||
public Board() {
|
||||
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user