8 lines
59 B
C++
8 lines
59 B
C++
#include "myConfig.h"
|
|
|
|
int main()
|
|
{
|
|
foo();
|
|
return 0;
|
|
}
|