Skip to content

Commit c31d4aa

Browse files
committed
2018
1 parent 5639a81 commit c31d4aa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

2018/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Advent of Code in Rust 🦀
22

33
![AoC2018](https://img.shields.io/badge/Advent_of_Code-2018-8A2BE2)
4-
![Stars: 43](https://img.shields.io/badge/Stars-43⭐-blue)
4+
![Stars: 45](https://img.shields.io/badge/Stars-45⭐-blue)
55
![Rust: 23](https://img.shields.io/badge/Rust-23-cyan?logo=Rust)
66
![Python: 4](https://img.shields.io/badge/Python-4-cyan?logo=Python)
77

8-
## 2018 ([Calendar](https://adventofcode.com/2018)) ([Solutions](../2018/)) : 43
8+
## 2018 ([Calendar](https://adventofcode.com/2018)) ([Solutions](../2018/)) : 45
99

1010
Puzzle | Stars | Languages
1111
------------------------------------------------------------------------------------ | ----- | -----------
@@ -27,6 +27,7 @@ Puzzle
2727
[Day 17: Reservoir Research](https://adventofcode.com/2018/day/17) | ⭐⭐ | [Rust](../2018/day17/day17.rs)
2828
[Day 18: Settlers of The North Pole](https://adventofcode.com/2018/day/18) | ⭐⭐ | [Rust](../2018/day18/day18.rs) [Python](../2018/day18/day18.py)
2929
[Day 19: Go With The Flow](https://adventofcode.com/2018/day/19) | ⭐⭐ | [Rust](../2018/day19/day19.rs)
30+
[Day 20: A Regular Map](https://adventofcode.com/2018/day/20) | ⭐⭐ | [Rust](../2018/day20/day20.rs)
3031
[Day 21: Chronal Conversion](https://adventofcode.com/2018/day/21) | ⭐⭐ | [Rust](../2018/day21/day21.rs)
3132
[Day 22: Mode Maze](https://adventofcode.com/2018/day/22) | ⭐⭐ | [Rust](../2018/day22/day22.rs)
3233
[Day 23: Experimental Emergency Teleportation](https://adventofcode.com/2018/day/23) | ⭐⭐ | [Rust](../2018/day23/day23.rs)

scripts/puzzle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ fetch_input
248248
fetch_samples
249249
create_python
250250
create_rust
251-
open_if_available
251+
# open_if_available

0 commit comments

Comments
 (0)