Cod sursa(job #490226)

Utilizator silvia_the_bestSilvia Pripoae silvia_the_best Data 5 octombrie 2010 16:24:22
Problema Dezastru 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;
}