-- Copyright 1993-1998, by the Cecil Project -- Department of Computer Science and Engineering, University of Washington -- See the LICENSE file for license information. include "prelude.small.cecil"; include "queens.cecil"; -- run the tests let queens_test_do_it := (solve_queens(16); 0);