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

16번째 줄: 16번째 줄:


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

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

1 개요

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

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

2 같이 보기

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