feat: initial commit
This commit is contained in:
commit
0279c63a39
10 changed files with 817 additions and 0 deletions
3
src/solutions/mod.rs
Normal file
3
src/solutions/mod.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
use crate::common::Solution;
|
||||
|
||||
pub const SOLUTIONS: &[&dyn Solution] = &[];
|
Loading…
Add table
Add a link
Reference in a new issue