summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-01-28 06:16:16 -0500
committerJune McEnroe <programble@gmail.com>2018-01-28 06:16:16 -0500
commitdb350fa8e9ba6e1eacd7b804bd1dbc3eeda04abe (patch)
treec2de5b36f83d29fd51dd196f76affb0f5c6c8a52 /bin
parentAdd portable bins target (diff)
downloadsrc-db350fa8e9ba6e1eacd7b804bd1dbc3eeda04abe.tar.gz
src-db350fa8e9ba6e1eacd7b804bd1dbc3eeda04abe.zip
Add klon one line description
Considering creating a README instead for these along with any other
interesting information.
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>