cmake/Tests/SubDirSpaces/Some Examples/example2/example2.cxx

8 lines
71 B

#include <stdio.h>
int main()
{
printf("example2\n");
return 0;
}