Created
December 3, 2017 05:26
-
-
Save KIMBIBLE/857fe5ebdbe8ca98a0dee363dd9247ac to your computer and use it in GitHub Desktop.
Revisions
-
KIMBIBLE created this gist
Dec 3, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #include <iostream> #include <string> using namespace std; int main() { string strBuf; while(getline(cin, strBuf)) { cout << strbuf < '\n'; } }