advent-of-code 2024.21.0

Solutions to Advent of Code
Documentation
1
2
3
4
FROM scratch
ARG TARGETPLATFORM
COPY target/$TARGETPLATFORM/advent-of-code /advent-of-code
ENTRYPOINT ["/advent-of-code"]