1
0
Fork 0

Fix input file name

This commit is contained in:
Gregory Eremin 2023-01-19 21:11:22 +01:00
parent 15eb0bda65
commit c0fbc2db0b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ let find_marker seq width =
ptr.pos
in
let contents = read_file "inputs/6_test.txt" in
let contents = read_file "inputs/6.txt" in
let reader = String.to_seq contents in
let marker_pos = find_marker reader 4 in
let message_pos = find_marker reader 14 in