#include int main() { /* This is a test of the |HWEB| system of documentation. The compiler ought to produce some nice HTML code for this little example. If it /doesn't/ produce nice code --- well, then, something is seriously wrong, because this is some /very simple/ text that doesn't even use the complicated math modes of |HWEB| (though it does use "special" HTML characters like &, < and >). Just simple fixed-width examples such as |x+y| and |"hello, world!"|, that's all. */ puts("hello, world!"); return 0; }