diff options
author | June McEnroe <programble@gmail.com> | 2018-01-28 06:16:16 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-01-28 06:16:16 -0500 |
commit | db350fa8e9ba6e1eacd7b804bd1dbc3eeda04abe (patch) | |
tree | c2de5b36f83d29fd51dd196f76affb0f5c6c8a52 | |
parent | Add portable bins target (diff) | |
download | src-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 '')
-rw-r--r-- | bin/klon.c | 2 |
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> |