The Gaudi Framework  master (37c0b60a)
Functions.cpp File Reference

Go to the source code of this file.

Functions

char const * greet ()
 Simple C++ function. More...
 

Function Documentation

◆ greet()

char const* greet ( )

Simple C++ function.

Definition at line 19 of file Functions.cpp.

19 { return "hello, world"; }