2009-10-04 10:30:41 +03:00

8 lines
71 B
C++

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