mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-16 10:35:02 +01:00
binaries!
This commit is contained in:
parent
13ac9a70ce
commit
5dff963dc2
8 changed files with 286 additions and 69 deletions
|
|
@ -1,7 +1,11 @@
|
|||
mod cmd;
|
||||
|
||||
use std::borrow::Cow;
|
||||
|
||||
use nom::{character::complete::digit1, combinator::map, IResult};
|
||||
|
||||
pub use self::cmd::main;
|
||||
|
||||
pub type Solution = fn(&str) -> u64;
|
||||
|
||||
pub trait Day {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue