2 lines
82 B
C#
2 lines
82 B
C#
|
|
string[,] string_matrix = { {"I","swam"}, {"in","the"}, {"freezing","water"} };
|