Skip to content

Instantly share code, notes, and snippets.

@marijnfs
Created October 19, 2019 08:42
Show Gist options
  • Select an option

  • Save marijnfs/76ca4bb4d274d65586acb84e58508678 to your computer and use it in GitHub Desktop.

Select an option

Save marijnfs/76ca4bb4d274d65586acb84e58508678 to your computer and use it in GitHub Desktop.
const std = @import("std");
const c = @cImport({
@cInclude("zmq.h");
});
pub fn main() anyerror!void {
std.debug.warn("All your base are belong to us.\n");
var context = c.zmq_ctx_new();
std.debug.warn("All your base are belong to us.\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment