From 5d3e093d432a31fb8a8267cbf30f1ed892f49508 Mon Sep 17 00:00:00 2001 From: root <> Date: Sun, 8 Feb 2009 16:25:32 +0000 Subject: *** empty log message *** --- app/jwg.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/jwg.c (limited to 'app/jwg.c') diff --git a/app/jwg.c b/app/jwg.c new file mode 100644 index 0000000..29181e6 --- /dev/null +++ b/app/jwg.c @@ -0,0 +1,24 @@ +/* + * jwg.c: + * + * Copyright (c) 2009 James McKenzie <20@madingley.org>, + * All rights reserved. + * + */ + +static char rcsid[] = "$Id$"; + +/* + * $Log$ + * Revision 1.1 2009/02/08 16:25:32 root + * *** empty log message *** + * + */ + +#include "jwg.h" + +int main(int argc,char *argv[]) +{ + +return 0; +} -- cgit v1.2.3