Update ticTacToe.d
This commit is contained in:
parent
98a2e31aa9
commit
6bc70b0d46
|
@ -76,7 +76,7 @@ void print(char[3][3] array) {
|
|||
writeln();
|
||||
|
||||
for(int i = 0; i < array.length; i++) {
|
||||
write("\t", i);
|
||||
write("\t", i); // '\t' character means tab
|
||||
}
|
||||
writeln();
|
||||
|
||||
|
|
Loading…
Reference in New Issue