mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
CONTRACTS: Display contract answers on completely failed contracts (#2440)
This commit is contained in:
@@ -53,6 +53,9 @@ export const shortestPathInAGrid: Pick<CodingContractTypes, CodingContractName.S
|
||||
|
||||
return grid;
|
||||
},
|
||||
getAnswer: () => {
|
||||
return null;
|
||||
},
|
||||
solver: (data, answer) => {
|
||||
const width = data[0].length;
|
||||
const height = data.length;
|
||||
|
||||
Reference in New Issue
Block a user