6 lines
50 B
C
6 lines
50 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
int main() {
|
||
|
exit(10);
|
||
|
}
|