From 00d990beffb9f2a251c5d01c71519b6ec5483579 Mon Sep 17 00:00:00 2001 From: Jordan Power Date: Wed, 26 Nov 2014 20:45:14 +0000 Subject: Added std::endl so there is a newline for beauty. --- timecommand.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/timecommand.cpp b/timecommand.cpp index a3c2a08..acf5df6 100644 --- a/timecommand.cpp +++ b/timecommand.cpp @@ -21,7 +21,8 @@ int main() { << (now->tm_min) << ':' - << (now->tm_sec); + << (now->tm_sec) + << std::endl; // Give a return code - 0 means success return 0; -- cgit v1.2.3