mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
Using a library. I'm not happy about it but also I have thought about this enough.
8 lines
95 B
TOML
8 lines
95 B
TOML
[package]
|
|
name = "solve"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
microlp = "0.2.11"
|