Skip to content

Commit

Permalink
fix(examples/cpp): display the results to standard output. (#4040)
Browse files Browse the repository at this point in the history
  • Loading branch information
SYaoJun committed Jan 21, 2024
1 parent 73281d6 commit 2d05680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cpp/basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ int main() {
opendal::ReaderStream stream(reader);
std::string res2;
stream >> res2; // res2 == "abc"
std::cout<<res2<<std::endl;
}

0 comments on commit 2d05680

Please sign in to comment.