アットウィキロゴ

p9_0203.c

  1. // p.9 <-- ページ数を書く
  2. // 0203.c <-- ファイル名 演習 2.3 の意味
  3.  
  4. #include <stdio.h>
  5. int main(){
  6. printf("The best way to learn\n");
  7. printf("programming is to\n");
  8. printf("dive right in and\n");
  9. printf("start writing real programs.\n");
  10.  
  11. return 1; // <-- この意味はそのうち説明するので…
  12. }
  13.  
最終更新:2009年10月23日 00:11
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。