test..

ogre의 이미지

#include <iostream>
using namespace std;

int main()
{
    cout<<"hello world"<<endl;
    return 1;
}