mirror of
https://github.com/Paillat-dev/hello-world-scala.git
synced 2026-01-01 16:56:21 +00:00
master
Scala hello world
This is my take at a hello world in Scala. It prints a colored "Hello, World!" message to the console.
Usage
This project uses sbt as the build tool. To run the project, you can use the following command:
sbt run
Requirements
- Eclipse Temurin or any other JDK 17+ installed on your system
- sbt for building and running the project
- Scala installed on your system
Dependencies
This project uses the following dependencies:
- Fansi for colored output in the console.
Linting and Formatting
Since I wanted to learn as most as I could by making this first project, I also setup scalafmt for code formatting and scalafix for code linting, not that they would be particularly useful in this context.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Description
Languages
Scala
100%
