Language
$ aptitude install gpc gpc-doc
$ gpc <source-file> -o <output-executable-file> [RETURN]
program <program-name>; {プログラムの開始} begin ・・・(処理を記述) end. {プログラムの終了}