https://github.com/thinkverse/exercism-ballerina
Solutions to Exercism's Ballerina track
https://github.com/thinkverse/exercism-ballerina
ballerina exercism exercism-ballerina exercism-solutions exercism-track
Last synced: 3 months ago
JSON representation
Solutions to Exercism's Ballerina track
- Host: GitHub
- URL: https://github.com/thinkverse/exercism-ballerina
- Owner: thinkverse
- Created: 2023-05-01T02:42:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T05:23:08.000Z (about 3 years ago)
- Last Synced: 2025-03-17T00:21:10.183Z (over 1 year ago)
- Topics: ballerina, exercism, exercism-ballerina, exercism-solutions, exercism-track
- Language: Ballerina
- Homepage: https://exercism.org/profiles/thinkverse
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercism Ballerina Track
## Running the tests
To run the tests, run the command `bal test --offline` from within the exercise directory.
## Submitting your solution
You can submit your solution using the `exercism submit hello_world.bal` 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 [Ballerina track's documentation](https://exercism.org/docs/tracks/ballerina)
- [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.
To get help if you're having trouble, you can use one of the following resources:
- [Getting Started](https://ballerina.io/learn/get-started-with-ballerina/)
- [Ballerina Examples](https://ballerina.io/learn/by-example/)
- [Join Discord](https://ballerina.io/community/#ballerina-discord-community)
- [StackOverflow](http://stackoverflow.com/questions/tagged/ballerina)