summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/klon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/klon.c b/bin/klon.c
index fb0a0b56..dab04805 100644
--- a/bin/klon.c
+++ b/bin/klon.c
@@ -14,6 +14,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+// Klondike solitaire.
+
 #include <assert.h>
 #include <curses.h>
 #include <locale.h>
/> 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe