FedericoBruzzone / 99-scala-problems

Implementations of the 99 problems in Scala.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

99 Scala Problems

How to compile

$ make all          # Compile and run all files
$ make <filename>   # Compile and run a specific file
$ make last         # Compile and run the last file (ascending order)
$ make clean

Set up

$ brew install scala@2.13

Contributing

Contributions to this project are welcome! If you have any suggestions, improvements, or bug fixes, feel free to submit a pull request.

License

This repository is licensed under the GNU General Public License (GPL). Please review the license file provided in the repository for more information regarding the terms and conditions of the GPL license.

Contact

If you have any questions or suggestions regarding this repository, please don't hesitate to reach out. You can contact us via the GitHub repository or through the following channels:


Links

About

Implementations of the 99 problems in Scala.

License:GNU General Public License v3.0


Languages

Language:Scala 98.0%Language:Makefile 1.2%Language:LLVM 0.7%Language:Python 0.1%