My advent of code solutions
 
 
Go to file
earnest ma 8a1ce1e0f5
* day03
2021-12-05 14:19:39 -05:00
LICENSE Initial commit, day 1 and 2 2021-12-02 23:36:12 -05:00
README.md Initial commit, day 1 and 2 2021-12-02 23:36:12 -05:00
day01-input.txt Initial commit, day 1 and 2 2021-12-02 23:36:12 -05:00
day01.java Initial commit, day 1 and 2 2021-12-02 23:36:12 -05:00
day01Part2.java Initial commit, day 1 and 2 2021-12-02 23:36:12 -05:00
day02-input.txt Initial commit, day 1 and 2 2021-12-02 23:36:12 -05:00
day02.java Initial commit, day 1 and 2 2021-12-02 23:36:12 -05:00
day02Part2.java Initial commit, day 1 and 2 2021-12-02 23:36:12 -05:00
day03-input.txt * day03 2021-12-05 14:19:39 -05:00
day03.java * day03 2021-12-05 14:19:39 -05:00

README.md

AOC 2021 personal solutions

It's my first year doing Advent of Code (and doing more coding), and I'm doing it in java :/ (because that's what I'm currently learning as part of the ICS4U course).