Add link to AoC

This commit is contained in:
apio 2022-12-09 10:59:27 +01:00
parent 5bf430a421
commit 0d350c659c
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -1,3 +1,5 @@
// https://adventofcode.com/2022/day/5
use regex::Regex;
const DATA: &'static str = include_str!("input.txt");