|
1 | 1 | # Advent of Code in Rust π¦ |
2 | 2 |
|
3 | 3 |  |
4 | | - |
5 | | - |
| 4 | + |
| 5 | + |
6 | 6 |  |
7 | 7 |
|
8 | | -## 2018 ([Calendar](https://adventofcode.com/2018)) ([Solutions](../2018/)) : 45β |
| 8 | +## 2018 ([Calendar](https://adventofcode.com/2018)) ([Solutions](../2018/)) : 50β |
9 | 9 |
|
10 | 10 | Puzzle | Stars | Languages |
11 | 11 | ------------------------------------------------------------------------------------ | ----- | ----------- |
|
23 | 23 | [Day 12: Subterranean Sustainability](https://adventofcode.com/2018/day/12) | ββ | [Rust](../2018/day12/day12.rs) |
24 | 24 | [Day 13: Mine Cart Madness](https://adventofcode.com/2018/day/13) | ββ | [Rust](../2018/day13/day13.rs) |
25 | 25 | [Day 14: Chocolate Charts](https://adventofcode.com/2018/day/14) | ββ | [Rust](../2018/day14/day14.rs) |
| 26 | +[Day 15: Beverage Bandits](https://adventofcode.com/2018/day/15) | ββ | [Rust](../2018/day15/day15.rs) |
26 | 27 | [Day 16: Chronal Classification](https://adventofcode.com/2018/day/16) | ββ | [Rust](../2018/day16/day16.rs) [Python](../2018/day16/day16.py) |
27 | 28 | [Day 17: Reservoir Research](https://adventofcode.com/2018/day/17) | ββ | [Rust](../2018/day17/day17.rs) |
28 | 29 | [Day 18: Settlers of The North Pole](https://adventofcode.com/2018/day/18) | ββ | [Rust](../2018/day18/day18.rs) [Python](../2018/day18/day18.py) |
|
31 | 32 | [Day 21: Chronal Conversion](https://adventofcode.com/2018/day/21) | ββ | [Rust](../2018/day21/day21.rs) |
32 | 33 | [Day 22: Mode Maze](https://adventofcode.com/2018/day/22) | ββ | [Rust](../2018/day22/day22.rs) |
33 | 34 | [Day 23: Experimental Emergency Teleportation](https://adventofcode.com/2018/day/23) | ββ | [Rust](../2018/day23/day23.rs) |
34 | | -[Day 25: Four-Dimensional Adventure](https://adventofcode.com/2018/day/25) | β | [Rust](../2018/day25/day25.rs) |
| 35 | +[Day 24: Immune System Simulator 20XX](https://adventofcode.com/2018/day/24) | ββ | [Rust](../2018/day24/src/main.rs) |
| 36 | +[Day 25: Four-Dimensional Adventure](https://adventofcode.com/2018/day/25) | ββ | [Rust](../2018/day25/day25.rs) |
0 commit comments