https://github.com/robinst/advent-of-code-2023
Moved into https://github.com/robinst/advent-of-code
https://github.com/robinst/advent-of-code-2023
advent-of-code advent-of-code-2023 aoc aoc2023
Last synced: 2 months ago
JSON representation
Moved into https://github.com/robinst/advent-of-code
- Host: GitHub
- URL: https://github.com/robinst/advent-of-code-2023
- Owner: robinst
- Archived: true
- Created: 2023-12-11T12:11:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T00:50:55.000Z (over 1 year ago)
- Last Synced: 2025-05-07T20:11:21.883Z (2 months ago)
- Language: Java
- Homepage:
- 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