#ifndef JOHN_HH_INCLUDED
#define JOHN_HH_INCLUDED

void john( ); // Prints "John, "

#endif // JOHN_HPP_INCLUDED
