Advertisement
AntonyZhilin

Untitled

Jun 1st, 2023
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. #include <grpcpp/grpcpp.h>
  4.  
  5. int main() {
  6.   std::cout << grpc::Version(); // no newline to simplify CMake module
  7.   return 0;
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement