The Gaudi Framework  v29r0 (ff2e7097)
makeThesis.cpp File Reference
#include <iostream>
#include <string>
Include dependency graph for makeThesis.cpp:

Go to the source code of this file.

Functions

int main (int, char **)
 

Function Documentation

int main ( int  ,
char **   
)

Definition at line 4 of file makeThesis.cpp.

6 {
7  std::cout << "Were you really expecting a working tool?" << std::endl;
8  return 0;
9 }
T endl(T...args)