hi clubby

This commit is contained in:
nora 2024-12-01 13:34:16 +01:00
parent 3490086a7f
commit 1b194e4f1c
5 changed files with 187 additions and 1 deletions

View file

@ -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;