start AOC 2022

This commit is contained in:
2022-12-01 16:48:58 -05:00
parent fd45c3bfb1
commit c58ac4586a
12 changed files with 4676 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "advent_of_code_macro"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
paste = "1.0.9"