remove sample data from day 13
This commit is contained in:
parent
50db6dafd0
commit
0f6f5cfc76
@ -92,29 +92,6 @@ fn show(grid: &Vec2<bool>) {
|
||||
}
|
||||
|
||||
|
||||
const SAMPLE: &str = "6,10
|
||||
0,14
|
||||
9,10
|
||||
0,3
|
||||
10,4
|
||||
4,11
|
||||
6,0
|
||||
6,12
|
||||
4,1
|
||||
0,13
|
||||
10,12
|
||||
3,4
|
||||
3,0
|
||||
8,4
|
||||
1,10
|
||||
2,14
|
||||
8,10
|
||||
9,0
|
||||
|
||||
fold along y=7
|
||||
fold along x=5";
|
||||
|
||||
|
||||
pub fn run(data: &str) -> eyre::Result<(usize, usize)> {
|
||||
let (grid, folds) = load(data)?;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user