Files
cmake-examples/04-static-analysis/cppcheck-compile-commands/subproject1/main1.cpp
2017-07-02 23:20:41 +01:00

7 lines
115 B
C++

#include <iostream>
int main(int argc, char *argv[])
{
std::cout << "Hello Main1!" << std::endl;
return 0;
}