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