ITK  5.0.0
Insight Segmentation and Registration Toolkit
WikiExamples/Instructions/ITKExample.cxx
// Insert your c++ code here
int main (int argc, char *argv[])
{
return EXIT_SUCCESS;
}