Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 189 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 189 Bytes

This is a project to solve sudoku problem

backtrace.

GUI build with GTK+

Build :

$ mkdir build
$ cd build 
$ cmake ../ 
$ make 

Usage :

./sudoku_gtk &