4 lines
87 B
C
4 lines
87 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
int main(int argc, char *argv[argc + 1]) { return EXIT_SUCCESS; }
|