Cod sursa(job #1011069)

Utilizator vlad.florescu94FMI Florescu Vlad - Adrian vlad.florescu94 Data 16 octombrie 2013 09:43:38
Problema Ciurul lui Eratosthenes Scor 0
Compilator cpp Status done
Runda Arhiva educationala Marime 0.11 kb
#include <iostream>

using namespace std;

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