allbuild commit de644247

This commit is contained in:
Olivier Gagnon
2022-05-24 08:12:49 -04:00
parent de64424740
commit 8159dad5fa
70 changed files with 897 additions and 84 deletions

View File

@@ -17,7 +17,7 @@ attempt(answer: string[] | number, filename: string, host?: string, opts?: Codin
| Parameter | Type | Description |
| --- | --- | --- |
| answer | string\[\] \| number | Solution for the contract. |
| filename | string | |
| filename | string | Filename of the contract. |
| host | string | Host of the server containing the contract. Optional. Defaults to current server if not provided. |
| opts | [CodingAttemptOptions](./bitburner.codingattemptoptions.md) | Optional parameters for configuring function behavior. |