removed commented out debug lines
This commit is contained in:
@@ -105,7 +105,6 @@ let count_mas_x arr =
|
||||
let () =
|
||||
let f = open_in "input.txt" in
|
||||
let arr = file_to_2d_array f in
|
||||
(* Array.iter (fun x -> Array.iter print_char x; print_newline()) arr;*)
|
||||
let counter =
|
||||
(count_in_string @@ prepare_horizontal_str arr)
|
||||
+ (count_in_string @@ prepare_vertical_str arr)
|
||||
|
Reference in New Issue
Block a user