Hello world

K-위키
옛@Cawandmilk (토론)님의 2015년 6월 14일 (일) 18:04 판 (새 문서: #include <stdio.h> int main( void ) { printf( "Hello world! \n" ); return 0; })
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
  1. include <stdio.h>

int main( void ) {

  printf( "Hello world! \n" );
  return 0;

}