No errors to report here. It's hard work taking the
nitpick microscope to the CLC Clique's book, but someone
has to do it.
It's occurred to me I haven't properly introduced myself.
/*
* 5-1-2-2-3.c
* Han from China's hello-CLC program.
*
*/
#include <stdio.h>
int main(void)
{
printf("Hello, comp.lang.c low-hanging fruit!\n");
printf("No void main() for you today!\n");
}
nitpick microscope to the CLC Clique's book, but someone
has to do it.
It's occurred to me I haven't properly introduced myself.
/*
* 5-1-2-2-3.c
* Han from China's hello-CLC program.
*
*/
#include <stdio.h>
int main(void)
{
printf("Hello, comp.lang.c low-hanging fruit!\n");
printf("No void main() for you today!\n");
}
Comment