X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt.c;fp=src%2Fttt.c;h=0000000000000000000000000000000000000000;hp=b5ec1d52687840855a7a9bb4f80fe46d743f00fb;hb=80c3009d01077a141a0803267a1f0aff217ed61c;hpb=ad9f96f734bb560c25ceca4facc85a84f4c3993f diff --git a/src/ttt.c b/src/ttt.c deleted file mode 100644 index b5ec1d5..0000000 --- a/src/ttt.c +++ /dev/null @@ -1,35 +0,0 @@ -/* ttt.c - client-server tic-tac-toe game - * - * Copyright © 2005 Carl Worth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * Author: Carl Worth - */ - -#include "ttt.h" - -int -main (int argc, char **argv) -{ - args_t args; - int args_first; - - args_parse (&args, argc, argv, &args_first); - - /* XXX: insert code here */ - - return 0; -}