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/day6/Cargo.toml
Alex Selimov cc49d8009d Updates day 6 and 7*
- Implment part1 of day 6 and both parts of day 7
2024-12-07 23:06:21 -05:00

7 lines
75 B
TOML

[package]
name = "day6"
version = "0.1.0"
edition = "2021"
[dependencies]