Skip to content

edwinhern/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Build and Test

My solutions for Advent of Code 2024 implemented in Java.

Project Structure

  • src/main/java/dayXX - Contains solution for each day
  • src/main/resources/dayXX - Contains input files for each day's puzzle

Running Solutions

This is a Maven project. To run:

  1. Clone the repository
  2. Build the project: mvn clean package
  3. Run individual day solutions through their respective main methods

Development

  • Java 17
  • Maven for build management
  • Spotless for code formatting

Code Formatting

Format code before committing:

mvn spotless:apply

Progress

  • Day 1
  • Day 2
  • Day 3-25 (Coming Soon)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages