8 lines
98 B
C++
8 lines
98 B
C++
#include <zmq.hpp>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
zmq::context_t context;
|
|
return 0;
|
|
}
|