Rename Rust source folder

This commit is contained in:
George Thomas 2025-12-02 18:38:09 +00:00
parent 2950ff778e
commit 3a00dc568f
2 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,8 @@ name = "aoc"
version = "0.1.0"
edition = "2024"
[[bin]]
path = "rust/main.rs"
name = "aoc"
[dependencies]