hello worldと一瞬だけ出て消えてしまいます・・・

//hello.cpp
#include<iostream>
using namespace std;

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

こう打ったのですが何が足りないのでしょうか