diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-10 13:03:21 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-10 13:03:26 -0700 |
commit | 7f34d0f7067ce1576f3a4e9d7f23ada18e8ca0d1 (patch) | |
tree | 501994cd179bb469f65fcdd152dca38355a5aeac | |
parent | 0b45be43f2cd29dbe2e4c3fe943ba4853025a7f3 (diff) | |
download | mu-7f34d0f7067ce1576f3a4e9d7f23ada18e8ca0d1.tar.gz |
1338
-rw-r--r-- | chessboard.mu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chessboard.mu b/chessboard.mu index e52aaa0e..5bef4146 100644 --- a/chessboard.mu +++ b/chessboard.mu @@ -1,5 +1,5 @@ -# chessboard program: takes moves in algebraic notation and displays the -# position after each +# Chessboard program: you type in moves in algebraic notation, and it'll +# display the position after each move. # recipes are mu's names for functions, and recipes have ingredients recipe main [ |