Created
August 12, 2012 09:39
-
-
Save jdoig/3330881 to your computer and use it in GitHub Desktop.
importing java example
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
(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