https://github.com/kaamkiya/aoc
My solutions to the AoCs, in every language.
https://github.com/kaamkiya/aoc
advent-of-code advent-of-code-2022 advent-of-code-2024 advent-of-code-2024-python aoc aoc-2022-in-python aoc-2024-in-python aoc2022 aoc2024
Last synced: 15 days ago
JSON representation
My solutions to the AoCs, in every language.
- Host: GitHub
- URL: https://github.com/kaamkiya/aoc
- Owner: Kaamkiya
- License: unlicense
- Created: 2024-12-01T13:20:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-17T18:58:54.000Z (6 months ago)
- Last Synced: 2025-12-19T15:35:13.431Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2024, advent-of-code-2024-python, aoc, aoc-2022-in-python, aoc-2024-in-python, aoc2022, aoc2024
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
aoc
===
My solutions to Advent of Code in any language that interests me.
Running
-------
Note that all scripts must be run from the root of this repository, because the
paths are hard coded.
For Python scripts:
$ python3 $YEAR/py/day$DAY.py
For Elvish:
Install Elvish: https://elv.sh
$ elvish $YEAR/elv/day$DAY.elv
For JavaScript:
1. Open a browser
2. Navigate to https://adventofcode.com/$YEAR/day/$DAY/input
3. Copy and paste the code into the browser console
License
-------
Unlicense.