RosettaCodeData/Task/Arrays/C-sharp/arrays-4.cs
2023-07-01 13:44:08 -04:00

1 line
39 B
C#

int[,] number_matrix = new int[3,2];