mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 18:40:28 +01: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;
|
|
}
|