This commit is contained in:
nora 2024-12-04 20:27:50 +01:00
parent b4cd364b84
commit 2c93270971
7 changed files with 303 additions and 0 deletions

3
2024/day04/src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
day04::main();
}