Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최한솔
/
assignment2
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 14:10:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d68b2f952862ee6cd3f528d276b888f317989a8
2d68b2f9
1 parent
8afa4f04
exit push
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
exit.txt
exit.txt
0 → 100644
View file @
2d68b2f
int main()
{
char word;
cout<<"Enter your word : ";
cin>>Word;
if(word == "exit")
{
exit(100);
}
return 0;
}
Please
register
or
login
to post a comment