Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@ Good luck! Have fun!

_(Don't worry about the tests failing, at first, this is how you begin each exercise.)_

If you get the following error:

```sh
./gradlew: Permission denied
```

Then the file is missing the execute permission. To fis this, run:

```sh
chmod +x ./gradlew
```

And now you should be able to run the previous command.

4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub][hello-world-tutorial]).

Good luck! Have fun!
Expand Down