advent-of-code-2024/day12/Cargo.toml
Louis Vallat b5538fd3aa
All checks were successful
Build and run challenges / Challenge for day (1) (push) Successful in 3s
Build and run challenges / Challenge for day (10) (push) Successful in 3s
Build and run challenges / Challenge for day (11) (push) Successful in 3s
Build and run challenges / Challenge for day (12) (push) Successful in 3s
Build and run challenges / Challenge for day (2) (push) Successful in 2s
Build and run challenges / Challenge for day (4) (push) Successful in 5s
Build and run challenges / Challenge for day (5) (push) Successful in 5s
Build and run challenges / Challenge for day (3) (push) Successful in 10s
Build and run challenges / Challenge for day (6) (push) Successful in 5s
Build and run challenges / Challenge for day (7) (push) Successful in 3s
Build and run challenges / Challenge for day (8) (push) Successful in 3s
Build and run challenges / Challenge for day (9) (push) Successful in 3s
feat: added day 12 part 1 and 2
Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
2024-12-14 15:44:01 +01:00

7 lines
76 B
TOML

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