1*433d6423SLionel Sambuc #ifndef __HELLO_H 2*433d6423SLionel Sambuc #define __HELLO_H 3*433d6423SLionel Sambuc 4*433d6423SLionel Sambuc /** The Hello, World! message. */ 5*433d6423SLionel Sambuc #define HELLO_MESSAGE "Hello, World!\n" 6*433d6423SLionel Sambuc 7*433d6423SLionel Sambuc #endif /* __HELLO_H */ 8