hello.c

Jmnote (토론 | 기여)님의 2017년 11월 23일 (목) 00:58 판 (새 문서: {{소문자}} ==개요== ;hello.c <source lang='c'> #include <stdio.h> int main() { printf("Hello World\n"); return 0; } </source> 분류: C 분류: .c)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

개요

hello.c
#include <stdio.h>
int main() { printf("Hello World\n"); return 0; }
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}