Created
December 24, 2011 23:59
-
-
Save Raynes/1518534 to your computer and use it in GitHub Desktop.
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
refheap.models.paste> (binding [session/*noir-session* (atom {})] (paste {:description "A paste." :language "Haskell" :contents "main = putStrLn \"Hello, World!\""})) | |
{:paste-id 6, :user "anonymous", :description "A paste.", :language "Haskell", :contents "<div class=\"highlight\"><pre><span class=\"nf\">main</span> <span class=\"ow\">=</span> <span class=\"n\">putStrLn</span> <span class=\"s\">"Hello, World!"</span>\n</pre></div>\n", :_id #<ObjectId 4ef6675cd6c4de4c8a84efed>} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment