The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
Functions.cpp File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ greet()

char const * greet ( )

Simple C++ function.

Definition at line 19 of file Functions.cpp.

19{ return "hello, world"; }