《The C Programming Language》
by Brian W.Kernighan & Dennis M.Ritchie
Exercise 1-1
Run the "hello world "program on your system. Experiment with leaving out parts of the program to see what error messages you get.
[code:1]
#include <stdio.h>