hello.c

Jmnote (토론 | 기여)님의 2017년 11월 27일 (월) 16:08 판

1 개요

hello.c
#include <stdio.h>
int main() { printf("Hello World\n"); return 0; }
#include "stdio.h"
int main(void) {
  printf("Hello World\n");
  return 0;
}

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}