Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oresttokovenko/advent_of_code

My solutions for Advent of Code
https://github.com/oresttokovenko/advent_of_code

advent-of-code advent-of-code-2023 adventofcode

Last synced: 27 days ago
JSON representation

My solutions for Advent of Code

Awesome Lists containing this project

README

        

This repository contains my code submissions for Advent of Code, showcasing my solutions to daily programming challenges throughout December ⭐️

### My Score

| Day | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 |
|-----|------|------|------|------|------|------|------|------|------|
| 1 | ⭐⭐ | | | ⭐⭐ | | | | | ⭐⭐ |
| 2 | ⭐⭐ | | | ⭐⭐ | | | | | ⭐⭐ |
| 3 | | | | ⭐⭐ | | | | | |
| 4 | | | | ⭐ | | | | | ⭐⭐ |
| 5 | | | | ⭐ | | | | | |
| 6 | | | | | | | | | ⭐⭐ |
| 7 | | | | | | | | | ⭐⭐ |
| 8 | | | | | | | | | ⭐⭐ |
| 9 | | | | | | | | | ⭐⭐ |
| 10 | | | | | | | | | |
| 11 | | | | | | | | | |
| 12 | | | | | | | | | |
| 13 | | | | | | | | | |
| 14 | | | | | | | | | |
| 15 | | | | | | | | | |
| 16 | | | | | | | | | |
| 17 | | | | | | | | | |
| 18 | | | | | | | | | |
| 19 | | | | | | | | | |
| 20 | | | | | | | | | |
| 21 | | | | | | | | | |
| 22 | | | | | | | | | |
| 23 | | | | | | | | | |
| 24 | | | | | | | | | |
| 25 | | | | | | | | | |

### Puzzle Inputs

To conveniently fetch the puzzle inputs directly into your local setup, you can use the following utility script. Replace `2023` and `1` with the appropriate year and day's challenge you are working on. Ensure you have your session cookie in your `.zshrc` from the Advent of Code website to authenticate the request, assigned to `AOC_SESSION`.

```bash
./aoc_input.sh 2023 1
```