https://github.com/root-project/root
Raw File
Tip revision: 81efaa108d3640302a1059818ba91ea8447cc219 authored by Axel Naumann on 22 November 2018, 07:47:19 UTC
Update ROOT version files to v6.14/08.
Tip revision: 81efaa1
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