Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박선진
/
OSS-assignment2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
박선진
2020-04-03 20:29:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4554d7e397b16fee81f6856244776a5142cc2710
4554d7e3
1 parent
80cfefda
exit
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletions
Project1/.vs/Project1/v16/.suo
Project1/.vs/Project1/v16/Browse.VC.db
Project1/.vs/Project1/v16/ipch/AutoPCH/2243ed8b7bdd224d/소스.ipch
Project1/Project1/소스.cpp
Project1/.vs/Project1/v16/.suo
View file @
4554d7e
No preview for this file type
Project1/.vs/Project1/v16/Browse.VC.db
View file @
4554d7e
No preview for this file type
Project1/.vs/Project1/v16/ipch/AutoPCH/2243ed8b7bdd224d/소스.ipch
0 → 100644
View file @
4554d7e
This file is too large to display.
Project1/Project1/소스.cpp
View file @
4554d7e
#include <iostream>
#include <string>
using
namespace
std
;
void
exit
()
{
string
ex
;
cin
>>
ex
;
if
(
ex
==
"exit"
)
cout
<<
ex
;
return
;
}
int
main
()
{
cout
<<
"helloworld"
;
}
\ No newline at end of file
exit
();
return
0
;
}
...
...
Please
register
or
login
to post a comment