removed commented out debug lines

This commit is contained in:
2024-12-06 18:25:28 +01:00
parent 431a1f2b13
commit 4ef6fd50d4
2 changed files with 0 additions and 2 deletions

View File

@@ -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)