advent-of-code-2024/day2/Cargo.toml
Louis Vallat 11711f04aa
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
feat: added day 2 part 1 and 2
Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
2024-12-03 22:16:26 +01:00

7 lines
75 B
TOML

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