3.2 <pre> の記述

<pre> </pre> に囲まれた記述は以下のように書きます。

  <pre>
  main() {
    printf("Hello World\m");
  }
  </pre>

Yutaka Yasuda (yasuda@bakkers.gr.jp)