https://github.com/kaamkiya/aoc
My solutions to the Advent of Code of the years
https://github.com/kaamkiya/aoc
Last synced: 7 months ago
JSON representation
My solutions to the Advent of Code of the years
- Host: GitHub
- URL: https://github.com/kaamkiya/aoc
- Owner: Kaamkiya
- License: mit
- Created: 2024-10-24T01:12:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:27:12.000Z (12 months ago)
- Last Synced: 2024-10-25T14:45:58.696Z (12 months ago)
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- 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 consoleLicense
-------
Unlicense.