Cod sursa(job #542359)

Utilizator AndrewTheGreatAndrei Alexandrescu AndrewTheGreat Data 26 februarie 2011 12:24:04
Problema Gossips Scor 0
Compilator cpp Status done
Runda Romanian Master in Mathematics and Sciences 2011, Ziua 2 Marime 0.11 kb
#include <iostream>

using namespace std;

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