Skip to content
Closed
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
5 changes: 5 additions & 0 deletions using/solving-exercises/working-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Depending on the track, there might be other files that the track tooling requir

## Submitting your Solution

~~~~exercism/note
**Before you submit:** Review how tests work for your chosen language to avoid common errors.
You can find these by navigating to [Tracks](https://exercism.org/docs/tracks/), selecting your language, and clicking **Testing on the [language] track** in the sidebar.
~~~~

Once your solution passes all the tests, you can submit your solution using the following command:

```
Expand Down