This repository contains my solutions to the Advent of Code challenges implemented in Scala. Advent of Code is an annual programming event that provides daily coding challenges throughout the month of December. The challenges are designed to test and improve your programming skills.
Each challenge is separated into its own package within the src
directory. The main implementation for each challenge can be found in the corresponding Scala file. Additionally, there may be input files provided for each challenge, which are located in the resources
directory.
To run the solutions in this repository, you need to have the following installed:
To run the solutions, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project's root directory.
- Open a terminal or command prompt.
- Compile the project using sbt:
sbt compile
- Navigate to the desired day (i.E. /src/main/scala/advent/day_1)
- Run the
Main.scala