diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 229b957e..c11846c1 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ recipes with the same name but different headers to coexist. <li><a href='html/chessboard.mu.html'>chessboard.mu</a>: a little program for 2 people to play chess, with thorough tests of its behavior including both screen and keyboard handling. -<li><a href='html/nqueens.mu.html'>nqueens.mu</a>: a solution for the <a href='http://rosettacode.org/wiki/N-queens_problem'>N queens problem</a>. +<li><a href='html/nqueens.mu.html'>nqueens.mu</a>: a solution to the <a href='http://rosettacode.org/wiki/N-queens_problem'>N queens problem</a>. </ul> Now a listing of every layer in mu. Recall that you can <a href='http://akkartik.name/post/wart-layers'>stop |