Subversion Repositories wimsdev

Rev

Rev 7676 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7676 bpr 1
/* This is a scratch test file. It may contain anything,
2
 * change constantly, and is not part of wims. */
10 reyssat 3
 
4
#include <stdio.h>
5
#include <stdarg.h>
6
#include "../wims.h"
7
 
8
int main()
9
{
12248 bpr 10
  return 0;
10 reyssat 11
}