"Hello, World!" 프로그램: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
잔글 →‎C
39번째 줄:
<source lang="c">
#include <stdio.h>
int main() {
printf("Hello World! \n");
return 0;