Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김진호
/
Git_Branch_Experiment
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
김진호
2021-03-26 12:37:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d3ae7d6a9b07395e3f88547745d684b32d4e397
4d3ae7d6
1 parent
4b000fbc
exit program added
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
User_B.cpp
User_B.cpp
0 → 100644
View file @
4d3ae7d
#include <iostream>
#include <cstring>
using
namespace
std
;
int
main
()
{
string
a
;
cout
<<
"Input string : "
;
cin
>>
a
;
if
(
a
==
"exit"
)
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment