Á glugginn nokkuð að lokast um leið þegar ég Compile-a?
——————————
#include <iostream>

int main()
{
std::cout << “hello! \n”;
return 0;
}