6 lines
71 B
C
6 lines
71 B
C
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
exit(0);
|
|
}
|