I am working on a C++ project where I have to output stuff to the terminal and it really bugs me to have to type cout << << endl; every time I need to p
cout << << endl;