#include <stdio.h>

int main ( )
 {
printf("Hello, world!");
return 0;
 }




코딩 너무 어려움...