parent
7420c8a9d8
commit
fcd7f65d71
@ -0,0 +1,6 @@
|
||||
use std::io;
|
||||
|
||||
pub trait Day {
|
||||
fn new(String) -> Self;
|
||||
fn solve(self) -> io::Result<i32>;
|
||||
}
|
Loading…
Reference in new issue