jar1.hin
来自「1984-1993模糊 C 源代码竞赛.zip 非常的好,不过这是DOS格式,」· HIN 代码 · 共 35 行
HIN
35 行
Strangest abuse of the rules: <...!uunet!mcvax!hutcs!jar> Jari Arkko Jari Arkko Laboratory of Information Processing Science Helsinki University of Technology Otakaari 1 02150 Espoo FinlandJudges notes: On many systems the compiler will not allow you to send the object file to /dev/tty. The author suggested: cc -c -o /dev/tty jar.1.c On systems that have symbolic links, we suggest: ln -s /dev/tty jar.1.o cc -c jar.1.c if your system has symbolic links. The shell script run by the makefile simply cats the .o file to the terminal which can be used as a last resort. Abuse of the rules winners usually result in a change of the rules. Starting in 1990, compiling entries must result an regular file which can be executed.Selected notes from the author: This program is (supposedly) the smallest C program able to print "Hello world.". The compilation itself produces the desired printout and the program need not be actually run.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?