Skip to content

Instantly share code, notes, and snippets.

@thealmikey
Last active April 5, 2019 17:22
Show Gist options
  • Save thealmikey/99d4041ce1ebf3eb78e133e51cd00c06 to your computer and use it in GitHub Desktop.
Save thealmikey/99d4041ce1ebf3eb78e133e51cd00c06 to your computer and use it in GitHub Desktop.
import org.zeromq.ZMQ
fun main() {
val context = ZMQ.context(1)
val socket = context.socket(ZMQ.REP)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment