The Gaudi Framework  v30r3 (a5ef0a68)
makeThesis.cpp
Go to the documentation of this file.
1 #include <iostream>
2 #include <string>
3 
4 int main( int, char** )
5 //-----------------------------------------------------------------------------
6 {
7  std::cout << "Were you really expecting a working tool?" << std::endl;
8  return 0;
9 }
T endl(T...args)
int main(int, char **)
Definition: makeThesis.cpp:4