Cod sursa(job #1190463)

Utilizator test_georgelscasas test_georgel Data 25 mai 2014 13:29:48
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;
}