SoloMael

53
reputation
2
9
#include <iostream>
#include <greeting>
using namespace std;

int main()
{
    cout << "I am a newcomer to programming,\n"
         << "my first language was C++.\n";

    return 0;
}