feat: initial commit

This commit is contained in:
uku 2024-12-01 13:19:29 +01:00
commit 7ae502260e
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
10 changed files with 805 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "advent-of-code-2024"
version = "0.1.0"
edition = "2021"
[dependencies]
ureq = "2.11.0"