xref: /minix3/minix/drivers/examples/hello/hello.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 #ifndef __HELLO_H
2 #define __HELLO_H
3 
4 /** The Hello, World! message. */
5 #define HELLO_MESSAGE "Hello, World!\n"
6 
7 #endif /* __HELLO_H */
8