김대욱

exit

...@@ -5,5 +5,7 @@ int main() ...@@ -5,5 +5,7 @@ int main()
5 Application app; // Application 객체 클래스이다. 5 Application app; // Application 객체 클래스이다.
6 app.Run(); // 어플리케이션 실행 6 app.Run(); // 어플리케이션 실행
7 7
8 + cout << "Hello World" << endl;
9 +
8 return 0; 10 return 0;
9 } 11 }
...\ No newline at end of file ...\ No newline at end of file
......