read++: fix the build
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
af02cae0ba
commit
82b198f898
1 changed files with 0 additions and 3 deletions
|
@ -16,8 +16,5 @@ int main() {
|
|||
auto lines = collect_lines(cin);
|
||||
for (const string& line : lines)
|
||||
cout << line << endl;
|
||||
try {
|
||||
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue