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