swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 13109fc699c041c1661547330769a61b3566fdc1 authored by Axel Naumann on 19 May 2020, 08:06:52 UTC
"Update ROOT version files to v6.21/02."
Tip revision: 13109fc
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