cppzmq/demo/main.cpp

9 lines
103 B
C++
Raw Normal View History

#include <zmq.hpp>
int main(int argc, char** argv)
{
zmq::context_t context;
return 0;
}