2025-07-25 10:26:49 +02:00
2025-07-25 10:17:27 +02:00
2025-07-25 10:17:27 +02:00
2025-07-25 10:17:27 +02:00
2025-07-25 10:17:27 +02:00
2025-07-25 10:17:27 +02:00
2025-07-25 10:17:27 +02:00
2025-07-25 10:17:27 +02:00
2025-07-25 10:26:49 +02:00
2025-07-25 10:17:27 +02:00

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.

Languages
Scala 100%