Skip to content

Commit

Permalink
fix 2021 aoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Nov 28, 2024
1 parent 62230bb commit dc4b3ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 2021/main.odin
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ update_readme :: proc() {
{
readme_table,
fmt.tprintf(
"| [Day %v: %v](https://adventofcode.com/2023/day/%v) | [%v](%v/%vp1.odin) | ",
"| [Day %v: %v](https://adventofcode.com/2021/day/%v) | [%v](%v/%vp1.odin) | ",
dayInt,
stat.name,
dayInt,
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ The same is true for Odin solutions, except the command to run the solution is `
> Benchmarks are run via [this GitHub Action](https://github.com/scottmckendry/aoc/actions/workflows/CI.yml) and are not indicative of the performance of the code on your machine.
> The action uses the `ubuntu-latest` image and runs each solution 10 times to get an average. This is by no means a perfect benchmark, so take the results below with a grain of salt.
## 2024 (Odin)

<!-- 2024TableStart -->

<!-- 2024TableEnd -->

## 2023 (Go)

<!-- 2023TableStart -->
Expand Down

0 comments on commit dc4b3ac

Please sign in to comment.