Created
April 3, 2015 14:59
-
-
Save mfikes/263891d92e510d9b6c44 to your computer and use it in GitHub Desktop.
hello_world
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
| // 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