Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)