/* 
 制御文字（改行指定）を試す

 473088 榎田裕一郎
 */

main() {

  printf("Hello World");
  printf(" = 世界の皆さんこんにちは\n");

}

