2009-09-30 17:40:10 +00:00

11 lines
84 B
C

{fileheader}
#include <stdio.h>
int main(int argc, char **argv)
{
return 0;
}