aboutsummaryrefslogtreecommitdiffstats
path: root/app/jwg.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/jwg.c')
-rw-r--r--app/jwg.c24
1 files changed, 24 insertions, 0 deletions
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;
+}