RosettaCodeData/Task/Arrays/C-sharp/arrays-5.cs

2 lines
82 B
C#

string[,] string_matrix = { {"I","swam"}, {"in","the"}, {"freezing","water"} };