#include // scanfとprintfを使うおまじない int main(int argc, char *argv[]){ printf("Hello World!eee"); return 0; }