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

2 lines
83 B
C#

string[,] funny_matrix = new string[2,2]{ {"clowns", "are"} , {"not", "funny"} };