mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-16 02:25:02 +01:00
hi clubby
This commit is contained in:
parent
3490086a7f
commit
1b194e4f1c
5 changed files with 187 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
mod cmd;
|
||||
mod ext;
|
||||
mod hash;
|
||||
|
||||
use std::{borrow::Cow, fmt::Debug};
|
||||
|
||||
pub use self::cmd::main;
|
||||
pub use self::ext::*;
|
||||
pub use self::hash::*;
|
||||
|
||||
pub type Solution = fn(&str) -> u64;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue