Skip to content

Commit febb35f

Browse files
committed
Add link to article
1 parent a66da56 commit febb35f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ Most solutions to [Advent of Code](https://adventofcode.com/2022/) found on the
1010

1111
I therefore took the trouble to implement each task in a truly object-oriented and test-driven way, resulting in a solution made of small, comprehensible objects interacting with each other.
1212

13+
For explanations of my solutions, see my [Advent of Code 2022 Solutions](https://www.happycoders.eu/algorithms/advent-of-code-2022/) article.
14+
1315
This project uses [Java 19 features](https://www.happycoders.eu/java/java-19-features/), including preview features, so most classes must be compiled and run with [Java 19](https://jdk.java.net/19/) and the `--enable-preview` flag.

0 commit comments

Comments
 (0)