You are on page 1of 1

// Primul meu program in C++

#include <iostream>
int main()
{
std::cout << "Nissan Qashqai 2010" << std::end;
std::cout << "1.6 Benzina HR16DE 115hp" << std:end;
return 0;
}

You might also like