Skip to content

Instantly share code, notes, and snippets.

@markgandolfo
Created January 10, 2014 08:11
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 markgandolfo/5adf492f5ad12d8af322 to your computer and use it in GitHub Desktop.
Save markgandolfo/5adf492f5ad12d8af322 to your computer and use it in GitHub Desktop.
hello world blog post problem
(println post)
# ({:updated_at nil, :created_at nil, :body Yep Hello World this is a blog post, :title hello, :id 1})
(println (:title post))
# nil
@markgandolfo
Copy link
Author

answer: (println (first (post) :title))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment