Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingnagger/advent-of-code-2021
AoC 2021, let's go!
https://github.com/codingnagger/advent-of-code-2021
advent-of-code advent-of-code-2021 advent-of-code-2021-java java-8
Last synced: 12 days ago
JSON representation
AoC 2021, let's go!
- Host: GitHub
- URL: https://github.com/codingnagger/advent-of-code-2021
- Owner: CodingNagger
- Created: 2021-11-30T23:48:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T01:43:10.000Z (about 3 years ago)
- Last Synced: 2023-12-09T12:27:28.345Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2021-java, java-8
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2021
Going through the Advent of code 2021 using Java. Should be a fun ride. Also I have a blog if you want you can [check it out here](https://www.codingnagger.com/) or ping me on [Minds @CodingNagger](https://minds.com/CodingNagger).
## How to run it
```
mvn clean compile exec:java
```## Running tests
```
mvn clean test
```## Cruise log
Last year I ran a [cruise log for my 25 days competing in the Advent of Code](https://www.codingnagger.com/tag/advent-of-code-2020/) and decided I would at least try to do the same this year.
- [The Advent of Code 2021 Day 1 log, starting slow](https://www.codingnagger.com/2021/12/01/the-advent-of-code-2021-day-1-log-starting-slow/)
- [The Advent of Code 2021 Day 2 log, sneaky release](https://www.codingnagger.com/2021/12/02/the-advent-of-code-2021-day-2-log-sneaky-release/)
- [The Advent of Code 2021 Day 3 log, sleepy brain](https://www.codingnagger.com/2021/12/03/the-advent-of-code-2021-day-3-log-sleepy-brain/)
- [The Advent of Code 2021 Day 4 log, playing myself](https://www.codingnagger.com/2021/12/04/the-advent-of-code-2021-day-4-log-playing-myself/)
- [The Advent of Code 2021 Day 5 log, pointless points](https://www.codingnagger.com/2021/12/05/the-advent-of-code-2021-day-5-log-pointless-points/)
- [The Advent of Code 2021 Day 6 log, plenty of fish](https://www.codingnagger.com/2021/12/06/the-advent-of-code-2021-day-6-log-plenty-of-fish/)
- [The Advent of Code 2021 Day 7 log, return of the crab](https://www.codingnagger.com/2021/12/07/the-advent-of-code-2021-day-7-log-return-of-the-crab/)
- [The Advent of Code 2021 Day 8, Bruteforce for the win](https://www.codingnagger.com/2021/12/08/the-advent-of-code-2021-day-8-bruteforce-for-the-win/)
- [The Advent of Code 2021 Day 9, quiet before the storm?](https://www.codingnagger.com/2021/12/09/the-advent-of-code-2021-day-9-quiet-before-the-storm/)
- [The Advent of Code 2021 Day 10, stacking old knowledge](https://www.codingnagger.com/2021/12/10/the-advent-of-code-2021-day-10-stacking-old-knowledge/)
- [The Advent of Code 2021 Day 11, Octopussy light](https://www.codingnagger.com/2021/12/11/the-advent-of-code-2021-day-11-octopussy-light/)
- [The Advent of Code 2021 Day 12, Going deep and hard](https://www.codingnagger.com/2021/12/12/the-advent-of-code-2021-day-12-going-deep-and-hard/)
- [The Advent of Code 2021 Day 13, Nautical origami](https://www.codingnagger.com/2021/12/13/the-advent-of-code-2021-day-13-nautical-origami/)
- [The Advent of Code 2021 Day 14, Buckets of love](https://www.codingnagger.com/2021/12/14/the-advent-of-code-2021-day-14-buckets-of-love/)
- [The Advent of Code 2021 Day 15, Finding Dijkstra](https://www.codingnagger.com/2021/12/15/the-advent-of-code-2021-day-15-finding-dijkstra/)
- [The Advent of Code 2021 Day 16, Technical K.O.](https://www.codingnagger.com/2021/12/16/the-advent-of-code-2021-day-16-technical-k-o/)
- [The Advent of Code 2021 Day 17, Deep Probing](https://www.codingnagger.com/2021/12/20/the-advent-of-code-2021-day-17-deep-probing/)
- [The Advent of Code 2021 Day 20, Bruteforce McBruteface](https://www.codingnagger.com/2021/12/20/the-advent-of-code-2021-day-20-bruteforce-mcbruteface/)
- [The Advent of Code 2021 Day 21, Late Night Finish](https://www.codingnagger.com/2021/12/22/the-advent-of-code-2021-day-21-late-night-finish/)