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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;hello.cpp
;hello.cpp
<source lang='cpp'>
<syntaxhighlight lang='cpp'>
#include <iostream>
#include <iostream>
using namespace std;
using namespace std;
9번째 줄: 9번째 줄:
   return 0;
   return 0;
}
}
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
16번째 줄: 16번째 줄:


[[분류: C++]]
[[분류: C++]]
[[분류: .cpp]]

2020년 11월 2일 (월) 02:47 기준 최신판

1 개요[ | ]

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

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

2 같이 보기[ | ]

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