Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fee1-dead/aoc
Advent of Code
https://github.com/fee1-dead/aoc
Last synced: 2 days ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/fee1-dead/aoc
- Owner: fee1-dead
- Created: 2021-12-01T07:26:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T06:34:10.000Z (about 1 year ago)
- Last Synced: 2024-11-09T02:12:41.520Z (about 2 months ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
monorepo for my solutions to the Advent of Code.
To run a solution, please put the session cookie inside a file named SESSION
in the repository so it can automatically fetch the input for you.Alternatively, you can put the input inside input/YYYY-MM.txt and it will not
fetch anything. In that case, you still need SESSION to exist, so do this:```bash
touch SESSION
```