6 lines
82 B
C
6 lines
82 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
int main(int argc, char** argv) {
|
||
|
return EXIT_SUCCESS;
|
||
|
}
|