Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
lab2
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
김대욱
2020-04-03 23:09:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c071a4ef1e78c6ad56e729ec856dad0b69e07033
c071a4ef
1 parent
ccb78387
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
Lab1/Lab1/main.cpp
Lab1/Lab1/main.cpp
View file @
c071a4e
...
...
@@ -5,5 +5,7 @@ int main()
Application
app
;
// Application 객체 클래스이다.
app
.
Run
();
// 어플리케이션 실행
cout
<<
"Hello World"
<<
endl
;
return
0
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment