mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-02 23:42:32 +02:00
8 lines
99 B
C++
8 lines
99 B
C++
#include <zmq.hpp>
|
|
|
|
int main (int argc, char **argv)
|
|
{
|
|
zmq::context_t context;
|
|
return 0;
|
|
}
|