We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a091d5e commit 10d911dCopy full SHA for 10d911d
README.md
@@ -1,7 +1,10 @@
1
# advent-of-code-solutions
2
This repo contains all my (currently) solved Advent of Code challenges. I will update the repo with additional solutions as I go.
3
4
-#How-To
+# How-To
5
+1. Clone the repo
6
+2. Import it to your IDE as a maven project
7
+3. run the self contained classes for each day (be sure to replace the file paths for each input)
8
9
# Advent-of-Code-2020
10
Solutions to the Advent of Code 2020 challenge in Java
0 commit comments