dayo92/SoltMachine

use char type for single characters

Closed this issue · 1 comments

const string ROW_CHAR = "r";
const string COLUMN_CHAR = "c";
const string Diagonal_CHAR = "d";

Also "Diagonal_CHAR" should ne in ALL_UPPERCASE 😏