Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robinst/advent-of-code-2023
- Owner: robinst
- Created: 2023-12-11T12:11:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T00:50:55.000Z (10 months ago)
- Last Synced: 2024-05-01T22:34:09.436Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, aoc2023
- Language: Java
- Homepage: https://adventofcode.com/2023
- Size: 430 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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