10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
![]() |
[source,csharp,diff-id=1,diff-type=noncompliant]
|
||
|
----
|
||
|
public class Program
|
||
|
{
|
||
|
public void WriteMatrix(int[][] matrix) // Noncompliant
|
||
|
{
|
||
|
// ...
|
||
|
}
|
||
|
}
|
||
|
----
|