8 lines
71 B
C++
8 lines
71 B
C++
|
#include <stdio.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
printf("example2\n");
|
||
|
return 0;
|
||
|
}
|