Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김동규
/
Opensource_experiment2_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
김동규
2021-09-25 16:48:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc0f17f9d6ec191c23f6ba31c5504427c590aa9d
cc0f17f9
1 parent
c4f74097
Local B commit
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
program/HelloWorld.cpp
program/Project1.exe
program/HelloWorld.cpp
View file @
cc0f17f
...
...
@@ -2,5 +2,6 @@
void
main
()
{
std
::
cout
<<
"Hello World!!"
<<
std
::
endl
;
std
::
cout
<<
"EXIT!!!"
<<
std
::
endl
;
system
(
"PAUSE"
);
}
\ No newline at end of file
...
...
program/Project1.exe
View file @
cc0f17f
No preview for this file type
Please
register
or
login
to post a comment