8 lines
90 B
C
8 lines
90 B
C
#include <stdio.h>
|
|
#include <dirent.h>
|
|
#include "config.h"
|
|
|
|
int main(void) {
|
|
return 0;
|
|
}
|