10 lines
147 B
C++
10 lines
147 B
C++
#include "file_with_underscores.h"
|
|
#include "relative.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
file_with_underscores();
|
|
relative();
|
|
return 0;
|
|
}
|