Ubuntu – C++ console output not switching to a new line when the program ends
So I'm just starting to learn C++, and I'm just trying to get everything set up. When I run the compiled binary for my hello world code, it display's the console output, but doesn't switch to a new line afterwards.…