8 lines
71 B
C++
Raw Normal View History

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