김대욱

exit

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