2 lines
39 B
C#
2 lines
39 B
C#
|
|
int[,] number_matrix = new int[3,2];
|
|
|
int[,] number_matrix = new int[3,2];
|