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

7 lines
76 B
TOML

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