## To build:

``` <!---sh-->
    make all
```


### Bugs and (Mis)features:

The current status of this entry is:

> **STATUS: doesn't work with some compilers - please provide alternative code or fix for more compilers**

For more detailed information see [1992/lush in bugs.html](../../bugs.html#1992_lush).


## To use:

``` <!---sh-->
    ./lush.sh
```


## Judges' remarks:

The program uses error messages issued by the C Preprocessor to
generate its message to the world.  One program's error is another
program's data!


## Author's remarks:

This program is yet another "Hello World." program with a twist.  The
string Hello World has been encoded in the error messages the compiler
generates when compiling the source.


<!--

    Copyright © %%DATE_RANGE%% by Landon Curt Noll. All Rights Reserved.

    You are free to share and adapt this file under the terms of this license:

        Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)

    For more information, see:

        https://creativecommons.org/licenses/by-sa/4.0/

-->
