diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-07-20 16:18:59 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-07-20 16:18:59 -0700 |
commit | edfc4cf8ac21a30307cd36bb9cff6a4a8b92dee7 (patch) | |
tree | 016bb50be74667afa715be10f80260360a9bbf7b /index.html | |
parent | 2e1f630f234dc31e3d1053cc346fbed7302ad7fb (diff) | |
download | mu-edfc4cf8ac21a30307cd36bb9cff6a4a8b92dee7.tar.gz |
3116
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 |