#include <stdio.h>

main()
{

     printf("This is a test!");

}


こういうプログラムを書いたのですがコンパイルできないです。どうすればよいのでしょうか。