tanguymario / nim-sudoku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nim-sudoku

Little project in nim to generate / solve sudokus.

Made with nim 1.4.0

Build

Following builds can be done: - console: make cliapp / cliapp-release - lib c: make clib / clib-release - lib js: make jslib / jslib-release

Result would be in the "bin/" folder

About

License:GNU General Public License v3.0


Languages

Language:Nim 95.6%Language:Makefile 4.4%