feat: initial commit
This commit is contained in:
commit
0279c63a39
10 changed files with 817 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue