Skip to content

Instantly share code, notes, and snippets.

@jdoig
Created August 12, 2012 09:39
Show Gist options
  • Save jdoig/3330881 to your computer and use it in GitHub Desktop.
Save jdoig/3330881 to your computer and use it in GitHub Desktop.
importing java example
(ns github-java-import-demo.core
(:import (ie.ucd.murmur MurmurHash))
(:gen-class))
(defn -main
"I don't do a whole lot."
[& args]
(println (str "Hello " (MurmurHash/hash32 "World"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment