This commit is contained in:
2024-12-07 22:49:04 +01:00
commit e81f72e457
4 changed files with 28 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "AdventOfCode2024"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "advent_of_code_2024"
[profile.release]
opt-level = 2
[dependencies]