Skip to content

webwebAnthony/advent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Challenges in Scala

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.

Prerequisites

To run the solutions in this repository, you need to have the following installed:

Running the Solutions

To run the solutions, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project's root directory.
  3. Open a terminal or command prompt.
  4. Compile the project using sbt:
    sbt compile
  5. Navigate to the desired day (i.E. /src/main/scala/advent/day_1)
  6. Run the Main.scala

About

Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages