ROOT
6.16/01
Reference Guide
tutorials
rootlogoff.C
Go to the documentation of this file.
1
/// \file
2
/// \ingroup Tutorials
3
/// Example of `rootlogoff.C`.
4
/// The macro `rootlogoff.C` in the current working directory, is executed when
5
/// `root` finishes.
6
///
7
/// \macro_code
8
///
9
/// \author Rene Brun
10
11
{
12
printf(
"\nTaking a break from ROOT? Hope to see you back!\n\n"
);
13
}