7 lines
89 B
C
7 lines
89 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|