summaryrefslogtreecommitdiff
path: root/3p5.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3p5.cpp')
-rw-r--r--3p5.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/3p5.cpp b/3p5.cpp
index 7f1be44..628557d 100644
--- a/3p5.cpp
+++ b/3p5.cpp
@@ -4,7 +4,7 @@
/*
*
- * Description
+ * 3.5
*
*
*/
@@ -19,7 +19,6 @@ int main () {
string full;
string full_sep;
- //string whitespace(" ");
string DD;
while(cin >> DD) {
full += DD;
@@ -27,6 +26,6 @@ int main () {
}
cout << full << endl;
cout << full_sep << endl;
-
+
return 0;
}