Skip to content

Instantly share code, notes, and snippets.

@m0wfo
Last active December 25, 2015 23:49
Show Gist options
  • Save m0wfo/7059473 to your computer and use it in GitHub Desktop.
Save m0wfo/7059473 to your computer and use it in GitHub Desktop.
(ns le-example.core
(:use [clojure.tools.logging :only (info)])
(:gen-class))
(defn print-some-logs []
(dotimes [n 10]
(info "Hello, logger!")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment