This is a Sudoku solver, based on wave-function collapse algorithms. This program will solve any sudoku problem it is given
Given any 81 character string of integers, it will return the solved version of said string.
call run.sh with either a file path or 81 char string of integers.