Skip to content

Instantly share code, notes, and snippets.

@mneise

mneise/core.cljs Secret

Created October 8, 2015 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mneise/e39484340ff4a2789da6 to your computer and use it in GitHub Desktop.
Save mneise/e39484340ff4a2789da6 to your computer and use it in GitHub Desktop.
Figwheel REPL print
(ns hello-akjs.core
(:require [figwheel.client :as fc]))
(fc/enable-repl-print!)
(println "hello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment