"Hello.cpp"의 두 판 사이의 차이

(새 문서: ==개요== ;hello.cpp <source lang='cpp'> #include <iostream> using namespace std; int main() { cout<<"Hello"; return 0; } </source> ==같이 보기== * hello.c 분류: C...)
 
13번째 줄: 13번째 줄:
==같이 보기==
==같이 보기==
* [[hello.c]]
* [[hello.c]]
* [[Hello World]]


[[분류: C++]]
[[분류: C++]]

2017년 11월 27일 (월) 16:15 판

1 개요

hello.cpp
#include <iostream>
using namespace std;

int main() {
  cout<<"Hello";
  return 0;
}

2 같이 보기

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