An open API service indexing awesome lists of open source software.

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

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.