Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robinst/advent-of-code-2023

My solutions to AoC 2023
https://github.com/robinst/advent-of-code-2023

advent-of-code advent-of-code-2023 aoc aoc2023

Last synced: 27 days ago
JSON representation

My solutions to AoC 2023

Awesome Lists containing this project

README

        

Advent of Code 2023
===================

My solutions in Java 21 for https://adventofcode.com/2023

## Download inputs

Install [aoc-cli](https://github.com/scarvalhojr/aoc-cli) and set up the
session token in `~/.adventofcode.session`.

Then, for each day, run this:

aoc download --input-only --input-file src/test/resources/dayNN.txt

## Tips

* Look at the real input, it might show patterns that the example doesn't
* Look at the input with a minimap, there might be patterns
* Look at the input as a graph