Cod sursa(job #3187950)

Utilizator mafteimatei dia maftei Data 31 decembrie 2023 15:36:45
Problema Oz Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>

using namespace std;

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