advent-of-code-2024/day3/Cargo.toml
Louis Vallat f434e47c70
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
Build and run challenges / Challenge for day (3) (push) Successful in 9s
feat: added day 3 part 1 and 2
Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
2024-12-03 23:55:04 +01:00

8 lines
92 B
TOML

[package]
name = "day3"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.11.1"