https://github.com/vncsmyrnk/aoc
My advent of code tools
https://github.com/vncsmyrnk/aoc
Last synced: 2 months ago
JSON representation
My advent of code tools
- Host: GitHub
- URL: https://github.com/vncsmyrnk/aoc
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2025-02-02T18:37:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T21:24:47.000Z (4 months ago)
- Last Synced: 2025-02-16T22:23:56.009Z (4 months ago)
- Language: Zig
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
> Advent of Code is an Advent calendar of small programming puzzles for a variety of skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.
>
> — [Advent of Code website](https://adventofcode.com/2024/about)Here lies all the tools I built/used to solve the puzzles.
## Inputs
For fetching puzzle inputs:
```bash
AOC_SESSION_COOKIE="" just fetch-input {year} {day}
```> [!NOTE]
> As in [AOC about section](https://adventofcode.com/2024/about):
> > Advent of Code is free to use, not free to copy. If you're posting a code repository somewhere, please don't include parts of Advent of Code like the puzzle text or your inputs.