6 lines
62 B
C
6 lines
62 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void main(void) {
|
||
|
printf("good\n");
|
||
|
}
|