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