https://github.com/root-project/root
Raw File
Tip revision: 8eaaad62f4eae7c6c52d253224897c221ac623ac authored by Axel Naumann on 14 November 2018, 06:54:11 UTC
Update ROOT version files to v6.15/02.
Tip revision: 8eaaad6
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