Cod sursa(job #1938014)
Utilizator | Data | 24 martie 2017 15:40:30 | |
---|---|---|---|
Problema | Koba | 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;
}