Skip to content

Commit e99597a

Browse files
committed
clippy nursery 🍼
1 parent 3b24b23 commit e99597a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

2015/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![AoC2015](https://img.shields.io/badge/Advent_of_Code-2015-8A2BE2)
44
![Stars: 50](https://img.shields.io/badge/Stars-50⭐-blue)
5-
![Rust: 24](https://img.shields.io/badge/Rust-24-cyan?logo=Rust)
5+
![Rust: 25](https://img.shields.io/badge/Rust-25-cyan?logo=Rust)
66
![Python: 5](https://img.shields.io/badge/Python-5-cyan?logo=Python)
77

88
## 2015 ([Calendar](https://adventofcode.com/2015)) ([Solutions](../2015/)) : 50⭐
@@ -29,7 +29,7 @@ Puzzle
2929
[Day 18: Like a GIF For Your Yard](https://adventofcode.com/2015/day/18) | ⭐⭐ | [![Rust](../scripts/assets/rust.png)](../2015/day18/day18.rs)
3030
[Day 19: Medicine for Rudolph](https://adventofcode.com/2015/day/19) | ⭐⭐ | [![Rust](../scripts/assets/rust.png)](../2015/day19/day19.rs)
3131
[Day 20: Infinite Elves and Infinite Houses](https://adventofcode.com/2015/day/20) | ⭐⭐ | [![Rust](../scripts/assets/rust.png)](../2015/day20/day20.rs)
32-
[Day 21: RPG Simulator 20XX](https://adventofcode.com/2015/day/21) | ⭐⭐ | [![Python](../scripts/assets/python.png)](../2015/day21/day21.py)
32+
[Day 21: RPG Simulator 20XX](https://adventofcode.com/2015/day/21) | ⭐⭐ | [![Rust](../scripts/assets/rust.png)](../2015/day21/day21.rs) [![Python](../scripts/assets/python.png)](../2015/day21/day21.py)
3333
[Day 22: Wizard Simulator 20XX](https://adventofcode.com/2015/day/22) | ⭐⭐ | [![Rust](../scripts/assets/rust.png)](../2015/day22/day22.rs)
3434
[Day 23: Opening the Turing Lock](https://adventofcode.com/2015/day/23) | ⭐⭐ | [![Rust](../scripts/assets/rust.png)](../2015/day23/day23.rs) [![Python](../scripts/assets/python.png)](../2015/day23/day23.py)
3535
[Day 24: It Hangs in the Balance](https://adventofcode.com/2015/day/24) | ⭐⭐ | [![Rust](../scripts/assets/rust.png)](../2015/day24/day24.rs) [![Python](../scripts/assets/python.png)](../2015/day24/day24.py)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [Advent of Code](https://adventofcode.com) in Rust 🦀
22

33
![Stars: 494](https://img.shields.io/badge/Stars-494⭐-blue)
4-
![Rust: 198](https://img.shields.io/badge/Rust-198-cyan?logo=Rust)
4+
![Rust: 199](https://img.shields.io/badge/Rust-199-cyan?logo=Rust)
55
![Python: 121](https://img.shields.io/badge/Python-121-cyan?logo=Python)
66

77
Solutions of [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org), and sometimes in [Python](https://www.python.org/) and other languages.
@@ -48,7 +48,7 @@ Calendar | Solutions | Stars | Rust | Python | 🎄
4848
[Advent of Code 2018](https://adventofcode.com/2018) | [Solutions](2018/README.md) | 50⭐ | 25 | 4 | 1
4949
[Advent of Code 2017](https://adventofcode.com/2017) | [Solutions](2017/README.md) | 50⭐ | 15 | 17 |
5050
[Advent of Code 2016](https://adventofcode.com/2016) | [Solutions](2016/README.md) | 50⭐ | 25 | 0 |
51-
[Advent of Code 2015](https://adventofcode.com/2015) | [Solutions](2015/README.md) | 50⭐ | 24 | 5 |
51+
[Advent of Code 2015](https://adventofcode.com/2015) | [Solutions](2015/README.md) | 50⭐ | 25 | 5 |
5252

5353
## Bonus 🎄
5454

0 commit comments

Comments
 (0)