package
0.0.0-20241030073138-9b4a7b01f56d
Repository: https://github.com/rstropek/golang-samples.git
Documentation: pkg.go.dev
# README
Queens Problem Solver CLI
Introduction
This Go example implements a CLI for an n queens problem solver. The solver example can be found here.
How to Use
- Run
go build -o qpcli.exe
to build - Run
qpcli.exe --help
to get a description of the CLI parameters