Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  master (f31105fd)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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"; }