안형준

HelloWorld!

1 +#include<iostream>
2 +
3 +int main()
4 +{
5 +
6 + std::cout << "Hello world!" << std::endl;
7 +
8 +
9 + system("pause");
10 +
11 +
12 +
13 +
14 + return 0;
15 +}
...\ No newline at end of file ...\ No newline at end of file