Skip to content

Commit 4bc55a1

Browse files
committed
Day 18 in rust
1 parent 8e6e699 commit 4bc55a1

File tree

4 files changed

+535
-0
lines changed

4 files changed

+535
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*/inputs/
22

3+
rust/input/
34
rust/*/input/
45
rust/*/target/
56
rust/*/Cargo.lock

rust/2021/Cargo.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "aoc2021"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
aoc-runner = "0.3.0"
10+
aoc-runner-derive = "0.3.0"
11+
itertools = "0.10.3"

0 commit comments

Comments
 (0)