main.cpp 98 B

1234567
  1. #include <zmq.hpp>
  2. int main(int argc, char **argv)
  3. {
  4. zmq::context_t context;
  5. return 0;
  6. }