advent-of-code-2024/day4/Cargo.toml
Louis Vallat 33472462bd
All checks were successful
Build and run challenges / Challenge for day (2) (push) Successful in 3s
Build and run challenges / Challenge for day (1) (push) Successful in 4s
Build and run challenges / Challenge for day (4) (push) Successful in 4s
Build and run challenges / Challenge for day (3) (push) Successful in 9s
feat: added day 4 part 1 and 2
Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
2024-12-04 23:45:24 +01:00

7 lines
75 B
TOML

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