feat: initial commit

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

8
Cargo.toml Normal file
View file

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