The Gaudi Framework  v40r0 (475e45c1)
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

◆ main()

int main ( int  ,
char **   
)

Definition at line 14 of file makeThesis.cpp.

16 {
17  std::cout << "Were you really expecting a working tool?" << std::endl;
18  return 0;
19 }