Day 4 2015 advent of code

This commit is contained in:
2023-10-13 14:27:00 +02:00
parent d644336030
commit 57d678de5c
2 changed files with 56 additions and 0 deletions

View File

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