Cod sursă (job #374502)

Utilizator avatar verdecristian Verde Flaviu-Cristian verdecristian IP ascuns
Problemă Rafaela (lot liceu) Compilator cpp | 0,10 kb
Rundă Arhiva de probleme Status evaluat
Dată 1 apr. 2018 11:11:11 Scor 0
#include <iostream>

using namespace std;

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