lush.hin

来自「1984-1993模糊 C 源代码竞赛.zip 非常的好,不过这是DOS格式,」· HIN 代码 · 共 29 行

HIN
29
字号
Worst Abuse of the C Preprocessor: <lush@erc.msstate.edu> Ed Luke	Ed Luke	Mississippi State University	P.O. Box 6176	Mississippi State, MS 39762, USAJudges' comments:    To setup:	make lush        Try:	make lush.again 2>&1 | lush		(sh or ksh users)    or:	make lush.again |& lush			(csh users)    The program uses error messages issued by the C Proproessor to    generate its message to the world.  One program's error is another     program's data!Selected notes from the author:    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.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?