14 lines
133 B
C++
14 lines
133 B
C++
#include <string>
|
|
|
|
#include "master.h"
|
|
|
|
int main() {
|
|
printf("=====================================\n");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
} |