#include<iostream>
using namespace std;
int main()
{
cout << "'Hello'" << endl;
return 0;
}
'Codeup 기초 > C++' 카테고리의 다른 글
Codeup 1006 - 출력하기06. (0) | 2020.02.08 |
---|---|
Codeup 1005 - 출력하기05. (0) | 2020.02.08 |
Codeup 1003 - 출력하기03. (0) | 2020.02.08 |
Codeup 1002 - 출력하기02. (0) | 2020.02.05 |
Codeup 1001 - 출력하기01. (0) | 2020.02.05 |