From 82b198f898b0158718c26037e3d4368cc55b2552 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sat, 8 Feb 2025 10:27:28 -0500 Subject: [PATCH] read++: fix the build Signed-off-by: Vincent Batts --- read++.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/read++.cpp b/read++.cpp index 88ac647..8c13531 100644 --- a/read++.cpp +++ b/read++.cpp @@ -16,8 +16,5 @@ int main() { auto lines = collect_lines(cin); for (const string& line : lines) cout << line << endl; - try { - - } return 0; }