Initial commit

This commit is contained in:
2025-12-01 09:03:07 +00:00
commit 470f4ab60c
110 changed files with 1958 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "advent_of_code_XXXX"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = {version = "1.41.1", features = ["full"]}