2004-03-09 16:20:41 -05:00

8 lines
71 B
C++

#include <stdio.h>
int main()
{
printf("example1\n");
return 0;
}