# Help

## Running the tests

To runs an exercise's tests, open a terminal in the exercise's directory and run the `uiua tests tests.ua` command.

## Submitting your solution

You can submit your solution using the `exercism submit gigasecond.ua` command.
This command will upload your solution to the Exercism website and print the solution page's URL.

It's possible to submit an incomplete solution which allows you to:

- See how others have completed the exercise
- Request help from a mentor

## Need to get help?

If you'd like help solving the exercise, check the following pages:

- The [Uiua track's documentation](https://exercism.org/docs/tracks/uiua)
- The [Uiua track's programming category on the forum](https://forum.exercism.org/c/programming/uiua)
- [Exercism's programming category on the forum](https://forum.exercism.org/c/programming/5)
- The [Frequently Asked Questions](https://exercism.org/docs/using/faqs)

Should those resources not suffice, you could submit your (incomplete) solution to request mentoring.

Below are some resources for getting help if you run into trouble:

- [The Uiua project's main website][main] hosts [documentation][docs], examples, tutorials and community resources.
- [The Exercism Community on Discord][exercism-discord]
- [Uiua Community on Discord][discord] is a very helpful and active community.
- The [introduction tutorial][tutorial] can give a broad overview and has small exercises to learn Uiua.
- [Uiua Pad][pad] for stepping through small code snippets visually.
- [/r/apljk/][apl-reddit] is a subreddit for apl like languages.

Additionally, [StackOverflow][so] is a good spot to search for your problem/question to see if it has been answered already.
If not - you can always [ask][ask-so] or [answer][answer-so] someone else's question.

[main]: https://www.uiua.org
[docs]: https://www.uiua.org/docs
[exercism-discord]: https://exercism.org/r/discord
[discord]: https://discord.gg/3r9nrfYhCc
[tutorial]: https://www.uiua.org/tutorial/introduction
[pad]: https://www.uiua.org/pad
[apl-reddit]: https://www.reddit.com/r/apljk/
[so]: http://stackoverflow.com/questions/tagged/uiua
[ask-so]: https://stackoverflow.com/help/how-to-ask
[answer-so]: https://stackoverflow.com/help/how-to-answer