1
0
mirror of https://gitlab.com/MisterBiggs/aoc_2022-rust.git synced 2025-07-27 08:41:24 +00:00

Initialize repo

This commit is contained in:
2022-12-01 15:19:09 -07:00
commit 971581dd85
6 changed files with 2304 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "aoc_2022"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]