Skip to content

Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an Advent calendar.

License

Notifications You must be signed in to change notification settings

jabrena/advent-of-code-collection

Repository files navigation

Advent of code collection

Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an Advent calendar.

Java CI

How to build in local?

sdk env install
./mvnw clean verify
./mvnw -pl 2024 clean verify -am
./mvnw -pl 2024 clean test -Dtest=Day15Test
./mvnw -pl 2024 clean dependency:tree
./mvnw -pl 2024 clean verify surefire-report:report -DshowSuccess=false
jwebserver -p 9000 -d "$(pwd)/2024/target/reports"

./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates

References

Libraries

Examples

Searches

Others

Acknowledgements

A heartfelt thanks to ChatGPT and Gemini for the insightful early morning (6:00 AM) discussions on design thinking and code refactoring, with a focus on functional approaches. I'm also deeply grateful to my friend Juan Antonio Medina for the continuous and inspiring conversations throughout the day, and to Rene van Putten for their invaluable inspiration.

Powered by Java 24

About

Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an Advent calendar.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published