Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최원석
/
Assignment_2
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
Wonseok
2021-09-25 21:06:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
55644488a3f1cc0fc23e00fd875dbce7c7901087
55644488
0 parents
Echo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
Echo Program.cpp
Echo Program.cpp
0 → 100644
View file @
5564448
#include <iostream>
using
namespace
std
;
void
HelloWorld
()
{
cout
<<
"Hello World!"
<<
endl
;
}
int
main
()
{
HelloWorld
();
}
\ No newline at end of file
Please
register
or
login
to post a comment