Пустой терминал в Visual Studio code при попытки вывести 'hello world' на Mac

#include <iostream>
using namespace std;

int main(){
    cout << "Hello World!" << endl;
    cout << 6;
    return 0;
}

Ответы (0 шт):