2014. 10. 6. 19:56
#include 

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}
Posted by ramramr