mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-12-15 14:24:58 +00:00
add rust
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "advent-of-code"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "2022-01"
|
||||
path = "./2022/01/rust/main.rs"
|
||||
Reference in New Issue
Block a user