# -*- org -*- #+TITLE: 程序设计 #+SETUPFILE: ../templates/level-1.org [[../index.org][首页]] #+BEGIN_SRC c int main () { printf ("hello, world.\n"); return 0; } #+END_SRC - [[file:emacs.org][Emacs的配置与扩展]] - [[file:etags.org][etags guide]]