nqg is a implementation of snq in Go.
Basically it's a simple program to test approaches to the N Queen Problem.
Compliant clone of snq.
go install go.cpmachado.pt/nqg@latest
nqg is a program to solve the N queen puzzle
Usage of nqg:
-n int
Length of side of chess board in [1,8] (default 8)
-o string
Output file
-v Display version