read++: fix the build

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2025-02-08 10:27:28 -05:00
parent af02cae0ba
commit 82b198f898
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -16,8 +16,5 @@ int main() {
auto lines = collect_lines(cin);
for (const string& line : lines)
cout << line << endl;
try {
}
return 0;
}