solves a 9x9 sudoku board of any difficulty using a back-tracking algorithm and prints the solved board.
- Enter the input board either in the initialise method in the Sudoku class and then run the code
- or enter input through the terminal after running the code
- If the board is valid, the solved sudoku will be displayed on the terminal itself