aboutsummaryrefslogtreecommitdiffstats
path: root/src/11/Cargo.toml
blob: c4e53cf9152cb51caab01ff1c4ff69c977b10c67 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "day11"
version = "0.1.0"
edition = "2021"

[dependencies]
aoc = { path = "../common/aoc" }