An open API service indexing awesome lists of open source software.

https://github.com/thinkverse/exercism-swift

Solutions to Exercism's Swift track
https://github.com/thinkverse/exercism-swift

Last synced: 10 months ago
JSON representation

Solutions to Exercism's Swift track

Awesome Lists containing this project

README

          

# Exercism Swift Track

## Running the tests

You can run the tests by executing the following command in the exercise's directory:

```bash
swift test
```

## Submitting your solution

You can submit your solution using the `exercism submit Sources/HelloWorld/HelloWorld.swift` 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 [Swift track's documentation](https://exercism.org/docs/tracks/swift)
- [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.

- [The Swift Programming Language Website](https://swift.org/documentation/)
- [/r/swift](https://www.reddit.com/r/swift)
- [StackOverflow](http://stackoverflow.com/questions/tagged/swift) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.