generated from EllaKaye/advent-of-code-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
58 lines (36 loc) · 1.94 KB
/
index.qmd
File metadata and controls
58 lines (36 loc) · 1.94 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
title: "Advent of Code"
subtitle: "My solutions and notes"
code-tools: false
---
[Advent of Code](https://adventofcode.com) is a series of increasingly difficult programming challenges, released daily each year throughout December in the run-up to Christmas.
Each daily post contains my solution, along with the process.
------
# Advent of Code 2024
| Task Name | Start | ⭐ | ⭐⭐ |
|--------------------------------|------------|------------|------------|
| Day 1: Historian Hysteria | 2024-12-02 | | 2023-12-02 |
| Day 2: Red-Nosed Reports | 2024-12-02 | 2023-12-02 | |
| Day 3: Mull it over | 2024-12-13 | 2023-12-13 | |
------
# Advent of Code 2023
| Task Name | Start | ⭐ | ⭐⭐ |
|--------------------------------|------------|------------|------------|
| Day 1: Trebuchet?! | 2023-12-01 | 2023-12-01 | 2023-12-01 |
| Day 2: Cube Conundrum | 2023-12-02 | 2023-12-02 | 2023-12-02 |
------
# Advent of Code 2022
| Task Name | Start | ⭐ | ⭐⭐ |
|--------------------------------|------------|------------|------------|
| Day 1: Calorie Counting | 2022-12-02 | | 2022-12-02 |
| Day 2: Rock Paper Scissors | 2022-12-03 | | 2022-12-03 |
| Day 3: Rucksack Reorganization | 2022-12-04 | | 2022-12-04 |
| Day 4: Camp Cleanup | 2022-12-05 | 2022-12-05 | 2022-12-06 |
| Day 5: Supply Stacks | 2022-12-07 | | |
| | | | |
And then I got sick....
----
::: {.callout-tip}
## Acknowledgements
This website is created from the [EllaKaye/advent-of-code-website-template](https://github.com/EllaKaye/advent-of-code-website-template) repository. There’s documentation on how to use and adapt the template in their repo README.
:::