10 lines
138 B
C++
10 lines
138 B
C++
|
#include "file with spaces.h"
|
||
|
#include "relative.h"
|
||
|
|
||
|
int main (int argc, char** argv)
|
||
|
{
|
||
|
file_with_spaces();
|
||
|
relative();
|
||
|
return 0;
|
||
|
}
|