mirror of
https://github.com/SebastianStork/advent-of-code.git
synced 2026-01-21 14:31:34 +01:00
Solve 2025 day 3 part 1 in rust
This commit is contained in:
parent
71794dd9c9
commit
586e674325
4 changed files with 67 additions and 3 deletions
6
2025/rust/day-03/Cargo.toml
Normal file
6
2025/rust/day-03/Cargo.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "day-03"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue