spinelli.hin

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

HIN
31
字号
Best abuse of the rules: <cc.ic.ac.uk!dds> Diomidis Spinellis     	Diomidis Spinellis (currently at Imperial College, London, England)	1 Myrsinis Str.	GR-145 62 Kifissia	GREECEHow to compile:	/lib/cpp spinellis.c > spin.cand type the following text followed by an EOF ('^D'):	main()	{	    printf("Hello world\n");	}The author says:    This program can be configured to do almost everything.    The configuration is done during compile time by typing    in, C code, that one would like the program to perform.    A trivial example is given in the `how to compile' section    but the possibilities are clearly limited only by your    imagination and programming skills.FYI: We enjoyed this entry this year, however in the future programs      must be able to be compiled from within a makefile without the     need of human intervention.

⌨️ 快捷键说明

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