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