1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 13:15:24 +02:00
tldr/pages/common/exercism.md
Daniel Guerrero f733b5f822
exercism: refresh page (#17170)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
2025-07-09 20:38:11 +02:00

24 lines
772 B
Markdown

# exercism
> Download coding exercises in any language and submit your solutions.
> More information: <https://exercism.org/docs/using/solving-exercises/working-locally>.
- Configure exercism following instructions for the API token:
`exercism configure`
- Download `hello-world` for any programming language into exercism workspace:
`exercism download --track {{programming_language}} --exercise hello-world`
- Open an exercise directory on the website:
`exercism open {{path/to/directory}}`
- Test your solution. It will also tell you if you are missing tools for the programming language:
`exercism test {{path/to/directory}}`
- Submit your solution. You can share from the website or ask a community mentor for help:
`exercism submit {{path/to/directory}}`