mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
Merge pull request #2769 from zeddrak/patch-2
In response to Issue #2732
This commit is contained in:
commit
80396a3416
@ -916,8 +916,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
|
|||||||
"You are given the following string which contains only digits between 0 and 9:\n\n",
|
"You are given the following string which contains only digits between 0 and 9:\n\n",
|
||||||
`${digits}\n\n`,
|
`${digits}\n\n`,
|
||||||
`You are also given a target number of ${target}. Return all possible ways`,
|
`You are also given a target number of ${target}. Return all possible ways`,
|
||||||
"you can add the +, -, and * operators to the string such that it evaluates",
|
"you can add the +(add), -(subtract), and *(multiply) operators to the string such",
|
||||||
"to the target number.\n\n",
|
"that it evaluates to the target number. (Normal order of operations applies.)\n\n",
|
||||||
"The provided answer should be an array of strings containing the valid expressions.",
|
"The provided answer should be an array of strings containing the valid expressions.",
|
||||||
"The data provided by this problem is an array with two elements. The first element",
|
"The data provided by this problem is an array with two elements. The first element",
|
||||||
"is the string of digits, while the second element is the target number:\n\n",
|
"is the string of digits, while the second element is the target number:\n\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user