day1: add rust impl, example data

This commit is contained in:
Bryce Allen
2022-12-02 11:37:01 -05:00
parent 1658b63ef0
commit 97ed63735a
4 changed files with 86 additions and 0 deletions

8
day1/Cargo.toml Normal file
View File

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