Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이재용
/
test01
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이재용
2019-10-04 12:03:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9f5dc55adbbf02b627d562925fcd72d9e774868b
9f5dc55a
0 parents
echo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
echo.txt
echo.txt
0 → 100644
View file @
9f5dc55
#include <iostream>
using namespace std;
int main()
{
string str;
while(TRUE){
cout << "아무말입력" ;
cin >> str;
cout << str;
}
return 0;
}
\ No newline at end of file
Please
register
or
login
to post a comment