안형준

HelloWorld!

#include<iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
system("pause");
return 0;
}
\ No newline at end of file