Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created April 3, 2015 14:59
Show Gist options
  • Save mfikes/263891d92e510d9b6c44 to your computer and use it in GitHub Desktop.
Save mfikes/263891d92e510d9b6c44 to your computer and use it in GitHub Desktop.
hello_world
// Compiled by ClojureScript 0.0-3169 {}
goog.provide('hello_world.core');
goog.require('cljs.core');
goog.require('clojure.browser.repl');
if(typeof hello_world.core.conn !== 'undefined'){
} else {
hello_world.core.conn = clojure.browser.repl.connect.call(null,"http://localhost:9000/repl");
}
cljs.core.enable_console_print_BANG_.call(null);
cljs.core.println.call(null,"Hello world!");
//# sourceMappingURL=core.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment