/* Helloプログラム */

#include <stdio.h>
 
main()
{
	printf("千葉経済　C言語プログラム　\\ \\\\\\\n");
    printf("千葉経済\n");
    printf("現在学習中...\n");
}