Tasks from Rosetta Code implemented in Ballerina
 
Go to file
Salif Mehmed 3062405c6f
Release 0.2.0
2023-10-22 22:04:53 +03:00
.github Update README 2023-10-13 21:22:33 +03:00
modules Add Fibonacci_sequence 2023-10-22 21:51:18 +03:00
resources Add package and modules 2023-10-16 15:30:46 +03:00
tests Add more tests 2023-10-20 23:13:30 +03:00
.editorconfig Add package and modules 2023-10-16 15:30:46 +03:00
.gitignore Add Hello_world 2023-10-13 15:43:53 +03:00
Ballerina.toml Release 0.2.0 2023-10-22 22:04:53 +03:00
Dependencies.toml Release 0.2.0 2023-10-22 22:04:53 +03:00
LICENSE.txt Add README.md 2023-10-13 14:35:30 +03:00
Module.md Update docs 2023-10-22 20:35:55 +03:00
Package.md Update docs 2023-10-22 20:35:55 +03:00
README.md Add Fibonacci_sequence 2023-10-22 21:51:18 +03:00
main.bal Add Fibonacci_sequence 2023-10-22 21:51:18 +03:00

README.md

Tasks from Rosetta Code implemented in Ballerina

Build

# Clone the repo
git clone https://github.com/salif/ballerina-rosettacode.git
# Build
bal build
# Run
java -jar target/bin/rosettacode.jar -- "Hello_world/Text"

Tasks

name task source code
Hello_world/Text Hello world/Text code
Hello_world/Newline_omission Hello world/Newline omission code
Loops/Foreach Loops/Foreach code
Loops/While Loops/While code
Loops/Break Loops/Break code
Loops/Infinite Loops/Infinite code
Loops/For Loops/For code
Fibonacci_sequence Fibonacci sequence code

License

The code in this repository is, by default, licensed under the BSL-1.0 license, unless specified otherwise.

In the case where a source code is indicated as a translation, this translation is licensed under the same terms as the original code.