Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Created December 12, 2012 02:17
Show Gist options
  • Save cointoss1973/4264309 to your computer and use it in GitHub Desktop.
Save cointoss1973/4264309 to your computer and use it in GitHub Desktop.
Zシステム基本設計書議事録 (textile)

Zシステム 基本設計書議事録

議事内容

議題

Zシステム基本設計書レビュー

出席者

  • 参加者
    • 山田リーダ、鈴木
  • 欠席者
    • 佐藤

宿題

山田 コーディングスタイルの提示 12/20
鈴木 基本設計書の修正 12/25

参考

次の実装に関連するコードをのせておく。


#include <stdio.h>
 
int main(void) {
    printf("Hello, World!\n");
 
    return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment