Cod sursa(job #2752648)

Utilizator RobertAndrei34Robert-Andrei Simiuc RobertAndrei34 Data 18 mai 2021 19:45:11
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>

using namespace std;

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