Initial commit.

This commit is contained in:
2024-01-07 13:49:58 +01:00
commit 483ab1a8bd
6 changed files with 181 additions and 0 deletions

7
src/main.rs Normal file
View File

@@ -0,0 +1,7 @@
extern crate advent_of_code_2015;
extern crate aoc_runner_derive;
extern crate aoc_runner;
use aoc_runner_derive::aoc_main;
aoc_main! { lib = advent_of_code_2015 }