Skip to content

Commit

Permalink
reset settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bananasmoothii committed Oct 7, 2023
1 parent 9b51f4c commit 6a7a06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ mod min_max;
mod scalar;

fn main() {
let max_depth = 9;
let bot_vs_bot = true;
let max_depth = 8;
let bot_vs_bot = false;

let p1 = NonZeroU8::new(1).unwrap();
let p2 = NonZeroU8::new(2).unwrap();
Expand Down

0 comments on commit 6a7a06e

Please sign in to comment.