Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 654 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 654 Bytes

CSharp Sudoku Solver

A fast and simple sudoku solver made with the CSharp language.

How to use it?

It is very simple. Just copy and paste the source code of Program.cs into your project and the code will work perfectly because it's doens't require any imported librarys or anything.

If you want to clone the repository just go to the desired directory on your machine, open a cmd and type: git clone https://github.com/KosMarton/CSharpSudokuSolver.

License

The code is open source and free to copy but don't forget to mention my Github if you using this in your project. You can read more in the license file.

Have fun and good coding :)