https://github.com/federicobruzzone/99-scala-problems
Implementations of the 99 problems in Scala.
https://github.com/federicobruzzone/99-scala-problems
Last synced: 4 months ago
JSON representation
Implementations of the 99 problems in Scala.
- Host: GitHub
- URL: https://github.com/federicobruzzone/99-scala-problems
- Owner: FedericoBruzzone
- License: gpl-3.0
- Created: 2023-12-12T14:38:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:06:30.000Z (about 1 year ago)
- Last Synced: 2025-02-22T22:42:15.078Z (8 months ago)
- Language: Scala
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **99 Scala Problems**
# How to compile
```Bash
$ make all # Compile and run all files
$ make # Compile and run a specific file
$ make last # Compile and run the last file (ascending order)
$ make clean
```# Set up
```Bash
$ 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)](https://www.gnu.org/licenses/gpl-3.0.html). 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, suggestions, or feedback, do not hesitate to [contact me](https://federicobruzzone.github.io/).
---
# Links
- [erlang-99](https://purijatin.github.io/newsletters/erlang-99/)