.
This commit is contained in:
parent
663fd765a7
commit
fdcda09607
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ extern crate scan_fmt;
|
||||||
use std::time::Instant;
|
use std::time::Instant;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
days::d16::solve()
|
//days::d16::solve()
|
||||||
//_all_days()
|
_all_days()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(unreachable_code, unused)]
|
#[allow(unreachable_code, unused)]
|
||||||
|
|
Loading…
Reference in a new issue