Sparrow0hawk / aoc-2024

Repository from Github https://github.comSparrow0hawk/aoc-2024Repository from Github https://github.comSparrow0hawk/aoc-2024

Advent of Code 2024

Advent of Code 2024 with Java.

Setup

To use this repository you will need:

  • Java 22
  • Maven 3.9.8

Download your puzzle input from Advent of Code and add the files to the resources directory with the format dayX.txt where X is the number of the day.

  1. Build code
    mvn package 
  2. Run compiled code
    java -jar target/aoc-2024-1.0-SNAPSHOT.jar

About


Languages

Language:Java 100.0%