advent-of-code-2024/day1/Cargo.toml
Louis Vallat fee30a713d
All checks were successful
Build and run challenges / Challenge for day (1) (push) Successful in 4s
feat: added day 1 part 1 and 2
Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
2024-12-02 00:28:12 +01:00

7 lines
76 B
TOML

[package]
name = "day-1"
version = "0.1.0"
edition = "2021"
[dependencies]