Added linux build info to FAQ
This commit is contained in:
parent
20b3556031
commit
bf1d0a1412
1 changed files with 2 additions and 2 deletions
|
@ -56,6 +56,6 @@ There is a size limit on the code you create called the _bot brain capacity_. Th
|
||||||
|
|
||||||
All names (variables, functions, etc.) are counted as a single token, regardless of length. This means that both lines of code: `bool a = true;` and `bool myObscenelyLongVariableName = true;` count the same. Additionally, the following things do not count towards the limit: white space, new lines, comments, access modifiers, commas, and semicolons.
|
All names (variables, functions, etc.) are counted as a single token, regardless of length. This means that both lines of code: `bool a = true;` and `bool myObscenelyLongVariableName = true;` count the same. Additionally, the following things do not count towards the limit: white space, new lines, comments, access modifiers, commas, and semicolons.
|
||||||
|
|
||||||
## FAQ
|
## FAQ and Troubleshooting
|
||||||
Nothing yet
|
* [Running on Linux](https://github.com/SebLague/Chess-Challenge/discussions/3)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue