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
- Host: GitHub
- URL: https://github.com/thinkverse/exercism-swift
- Owner: thinkverse
- Created: 2023-08-17T02:10:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T01:16:06.000Z (over 2 years ago)
- Last Synced: 2025-03-17T00:21:10.203Z (about 1 year ago)
- Language: Swift
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.