advent-of-code-2024/day1/Cargo.toml
Louis Vallat 54684d8df9
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 21:50:54 +01:00

7 lines
75 B
TOML

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