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