https://github.com/root-project/root
Raw File
Tip revision: e505be37d9ff6b858a3d46bfe48fc0f5caff1a65 authored by Axel Naumann on 14 April 2021, 14:29:02 UTC
"Update ROOT version files to v6.24/00."
Tip revision: e505be3
rootlogoff.C
/// \file
/// \ingroup Tutorials
/// Example of `rootlogoff.C`.
/// The macro `rootlogoff.C` in the current working directory, is executed when
/// `root` finishes.
///
/// \macro_code
///
/// \author Rene Brun

{
   printf("\nTaking a break from ROOT? Hope to see you back!\n\n");
}
back to top