#include <stdio.h>
int main( void ) {
printf( "Hello world! \n" ); return 0;
}
C언어로 이것을 할 줄 안다면 다 배운거라 보면 된다.