This is a command line version of Sudoku Solver written in C.
Input the Values in array as numbers and blank Values as - (dashes). Press enter (return key) after each array input. Once you've entered all the nine arrays, the program will fill the dashes (-) with the possible Values.
Thus, you've got your Sudoku puzzle solved.