mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 17:27:32 +08:00
feat(quote): add C# quote (nikhilhex) (#4536)
* Added C# quote link: https://www.geeksforgeeks.org/array-getvalue-method-in-csharp-with-examples-set-3/ * Updated quote length of my quote I know I have it wrong but I'm not sure what I'm doing wrong so I changed it to the quote length originally (without the \n,\t,etc.) * Changing Length of my quote due to error It says expected length: 206 so I'm trying this
This commit is contained in:
parent
288ee052f4
commit
e06213be3c
1 changed files with 6 additions and 0 deletions
|
|
@ -138,6 +138,12 @@
|
|||
"id": 22,
|
||||
"source": "BogoSort",
|
||||
"length": 249
|
||||
},
|
||||
{
|
||||
"text": "for (int i = 0; i < 2; i++) {\n\t for (int j = 0; j < 2; j++) {\n\t\t for (int k = 0; k < 3; k++) {\n\t\t\t Console.WriteLine(\"element at index [{0}, {1}, {2}] is : {3}\", i, j, k, arr.GetValue(i, j, k));\n\t\t }\n\t }\n }",
|
||||
"id": 23,
|
||||
"source": "Geeks For Geeks - Array.GetValue() Method in C# with Examples",
|
||||
"length": 206
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue