7 lines
68 B
C++
7 lines
68 B
C++
#include "test1.h"
|
|
#include "test2.h"
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|