|
1 | 1 | # AdventOfCode |
2 | 2 |
|
3 | | -[](https://adventofcode.com/) |
| 3 | +[](https://adventofcode.com/) |
4 | 4 | [](https://en.wikipedia.org/wiki/Rust_language) |
5 | 5 | [](https://github.com/daanbreur/AdventofCode/find/master) |
6 | 6 | [](https://github.com/daanbreur/AdventofCode/find/master) |
|
9 | 9 |
|
10 | 10 | --- |
11 | 11 |
|
12 | | -these are my personal solutions for the [Advent of Code 2023](https://adventofcode.com/2023) 🎄. the days are divided into `.rs` files _(including part 2)_. |
| 12 | +these are my personal solutions for the [Advent of Code 2025](https://adventofcode.com/2025) 🎄. the days are divided into `.rs` files _(including part 2)_. |
13 | 13 |
|
14 | 14 | ## Launch the code! |
15 | 15 |
|
16 | | -- Open the `rust2023` folder in your terminal |
17 | | -- Follow the instructions in [https://github.com/LeMoonStar/AoC23#usage](https://github.com/LeMoonStar/AoC23#usage) |
| 16 | +- Open the `rust2025` folder in your terminal |
| 17 | +- Follow the instructions in [https://github.com/LeMoonStar/AoC25#usage](https://github.com/LeMoonStar/AoC25#usage) |
18 | 18 |
|
19 | 19 | * Thanks for LeMoonStar for the "launcher" application |
20 | 20 |
|
21 | 21 | ## Have a look at some other people as well |
22 | 22 |
|
23 | | -you can see the private leatherboard [here](https://adventofcode.com/2023/leaderboard/private/view/670567 "Link to https://adventofcode.com/"), if you are a member. |
| 23 | +you can see the private leatherboard [here](https://adventofcode.com/2025/leaderboard/private/view/670567 "Link to https://adventofcode.com/"), if you are a member. |
24 | 24 | Name | Link |
25 | 25 | --------------------|-------------------------------------------------------------------- |
26 | | -LeMoonStar | [AoC23](https://github.com/LeMoonStar/AoC23 "goes to the repo") |
| 26 | +LeMoonStar | [AoC25](https://github.com/LeMoonStar/AoC25 "goes to the repo") |
27 | 27 |
|
28 | 28 | ## Previous years |
29 | 29 |
|
30 | 30 | - 2019 at commit `a0987dcbe36f74cfb78a89f56eddfb5ec5e2898a` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/a0987dcbe36f74cfb78a89f56eddfb5ec5e2898a)) |
31 | 31 | - 2020 at commit `dd7cadaef9f1110722bfd15da0f332c0e64bf9da` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/dd7cadaef9f1110722bfd15da0f332c0e64bf9da)) |
32 | 32 | - 2021 at commit `ebc3aafa1091c643a45054c2097446d30f4cb45b` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/ebc3aafa1091c643a45054c2097446d30f4cb45b)) |
33 | 33 | - 2022 at commit `fa3032167fbe273b5edb35743cb21d0b6e84a2e7` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/fa3032167fbe273b5edb35743cb21d0b6e84a2e7)) |
| 34 | +- 2023 at commit `2d2a8a1767dee839d558e086bc822a45618ea262` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/2d2a8a1767dee839d558e086bc822a45618ea262)) |
0 commit comments