Explore n-queens solutions inside your browser
RELEASE=

run:
	cargo run --${RELEASE}

build:
	cargo build --${RELEASE}