11 lines
103 B
C
11 lines
103 B
C
#include<stdio.h>
|
|
#include<stdlib.h>
|
|
|
|
int main(int argc, char * argv[]) {
|
|
|
|
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|
|
|