cs-lab2/project.cbp

9 строки
100 B
Plaintext

#include <iostream>
using namespace std;
int main()
{
cout << " Hello world ";
return 0;
}