Write a program to output the valid positions of the 8-queens in the 8-queens problem.
The simpler the program is, the better. The aim is to produce a peice of code that can be easily understood, analyzed and reproduced from memory by anyone.
Let us see what creative ways people come up with to solve the problem.
