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

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

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)