My (hacky) solution to 2020 Advent of Code Challenge in Rust
[package]
name = "aoc04"
version = "0.1.0"
authors = ["henil <dedaniahenil@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex="1.0.0"