Cod sursa(job #1378642)

Utilizator SimB4DGherman Sebastian SimB4D Data 6 martie 2015 13:24:21
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>

using namespace std;

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