Merge branch 'dev' of github.com:danielyxie/bitburner into dev

This commit is contained in:
Olivier Gagnon
2021-12-18 18:13:55 -05:00
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
{
desc: (n: number[][]): string => {
let d: string = [
"Given the following array of array of numbers representing a 2D matrix,",
"Given the following array of arrays of numbers representing a 2D matrix,",
"return the elements of the matrix as an array in spiral order:\n\n",
].join(" ");
// for (const line of n) {