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