Add solution for "Day 8: Playground", part 2
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ fn laboratories() {
|
||||
#[test]
|
||||
fn playground() {
|
||||
assert_eq!(
|
||||
Ok((40, 0)),
|
||||
Ok((40, 25272)),
|
||||
solvers::run_solver(
|
||||
solvers::playground::Playground::new(Some(10)),
|
||||
&EXAMPLE_PATHS
|
||||
|
||||
+1
-1
@@ -68,7 +68,7 @@ fn laboratories() {
|
||||
#[test]
|
||||
fn playground() {
|
||||
assert_eq!(
|
||||
Ok((352584, 0)),
|
||||
Ok((352584, 9617397716)),
|
||||
solvers::run_solver(
|
||||
solvers::playground::Playground::new(None),
|
||||
&solvers::DATA_PATHS
|
||||
|
||||
Reference in New Issue
Block a user