// 
// c1.c ... 環境の基本操作の利用例
// 

#include "environment.h"

int main(void) {

  //【課題c1】環境の基本操作をテストする

  return 0;
}