Created
October 19, 2019 08:42
-
-
Save marijnfs/76ca4bb4d274d65586acb84e58508678 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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