This repository has been archived on 2024-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
AdventOfCode2024/day4/Cargo.toml
2024-12-04 23:26:21 -05:00

8 lines
96 B
TOML

[package]
name = "day4"
version = "0.1.0"
edition = "2021"
[dependencies]
itertools = "0.13.0"