Add: print temp data for history board

This commit is contained in:
2018-05-16 11:14:07 +09:00
parent 6d27a45a26
commit bdd8316fb5
3 changed files with 84 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ class RecordBoard {
this.printRecordBoardHeader();
let historyBoard = new HistoryBoard();
let rankingBoard = new RankingBoard();
}