Hacker News new | ask | show | jobs
by claudius 3771 days ago
Adding '\n' to the string is perfectly fine, no std::endl needed (\n translates to the system-specific newline and the stream is flushed on destruction anyways).