Cod sursă (job #343775)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Lanterna | Compilator | cpp | 0,11 kb |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 26 ian. 2018 11:55:42 | Scor | 0 |
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}