advent-of-code-2024/day6/Cargo.toml
Louis Vallat 57e93cffdc
All checks were successful
Build and run challenges / Challenge for day (1) (push) Successful in 3s
Build and run challenges / Challenge for day (2) (push) Successful in 3s
Build and run challenges / Challenge for day (4) (push) Successful in 4s
Build and run challenges / Challenge for day (5) (push) Successful in 5s
Build and run challenges / Challenge for day (3) (push) Successful in 11s
Build and run challenges / Challenge for day (6) (push) Successful in 5s
feat: added day 6 part 1 and 2
Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
2024-12-08 00:30:28 +01:00

7 lines
75 B
TOML

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