blob: 60ef3c940e8c3e10ad8ee3f7f71e2641eb552dbf [file] [log] [blame]
#include <stdio.h>
int main()
{
printf("example2\n");
return 0;
}