aboutsummaryrefslogtreecommitdiffstats
path: root/app/jwg.c
blob: 29181e6e34146074c8c886dabec4a5c7cc780b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
}