Skip to content

Instantly share code, notes, and snippets.

View mishok13's full-sized avatar

Andrii Mishkovskyi mishok13

View GitHub Profile
@mishok13
mishok13 / gist:3945518
Created October 24, 2012 11:16
Failing to make UserAgentUtils work with Clojure
# Project created by running the following command
$ lein new helloworld
# src/helloworld/core.clj
(ns helloworld.core
(:import [nl.bitwalker.useragentutils.UserAgent])
(:gen-class :main true))
(defn -main
[& args]