Multipath brute force
This commit is contained in:
parent
20073b88ce
commit
5d9926fba7
4 changed files with 165 additions and 52 deletions
|
|
@ -8,7 +8,7 @@ use std::io::Write;
|
|||
|
||||
pub mod brute_force;
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
|
||||
pub enum Direction {
|
||||
Up,
|
||||
Right,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue