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:45:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c4f740973223ed68ed74af15fc3e9591b006a1d8
c4f74097
0 parents
Local A commit
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
program/HelloWorld.cpp
program/Project1.exe
program/HelloWorld.cpp
0 → 100644
View file @
c4f7409
#include <iostream>
void
main
()
{
std
::
cout
<<
"Hello World!!"
<<
std
::
endl
;
system
(
"PAUSE"
);
}
\ No newline at end of file
program/Project1.exe
0 → 100644
View file @
c4f7409
No preview for this file type
Please
register
or
login
to post a comment