6 lines
66 B
C
6 lines
66 B
C
|
|
||
|
#include "base.h"
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
return 0;
|
||
|
}
|