Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Z1woo
/
git
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
Z1woo
2021-04-01 23:09:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0a389a74783745f2066d37100487eb60c69b45f5
0a389a74
1 parent
550a2984
echo program
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
main.cpp
main.cpp
View file @
0a389a7
...
...
@@ -7,9 +7,12 @@ using namespace std;
int
main
(){
string
echo
;
cout
<<
"Please enter some text:
\n
"
;
cin
>>
echo
;
cout
<<
echo
;
while
(
true
)
{
cin
>>
echo
;
cout
<<
echo
<<
'\n'
;
}
return
0
;
}
...
...
Please
register
or
login
to post a comment