Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingnagger/advent-of-code-2023
Advent of Code 2023 with Java 21
https://github.com/codingnagger/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-java java java-21
Last synced: 7 days ago
JSON representation
Advent of Code 2023 with Java 21
- Host: GitHub
- URL: https://github.com/codingnagger/advent-of-code-2023
- Owner: CodingNagger
- Created: 2023-12-09T11:18:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-16T11:01:00.000Z (about 1 year ago)
- Last Synced: 2023-12-16T21:50:40.651Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-java, java, java-21
- Language: Java
- Homepage: https://www.codingnagger.com/tag/advent-of-code-2023/
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2023
Going through the Advent of code 2023 using Java 21. 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
```
./gradlew clean run
```## Running tests
```
./gradlew clean test
```## Blog posts
Over the past couple of years I ran a cruise log but this year I decided to take a more relaxed approach.
I'm easing myself both into [blogging and the Advent of Code](https://www.codingnagger.com/tag/advent-of-code-2023/)
with fewer entries but as much fun.- [This had to be an Advent of Code 2023 post](https://www.codingnagger.com/2023/12/09/this-had-to-be-an-advent-of-code-2023-post/)