Skip to content

Instantly share code, notes, and snippets.

@oakmac
Created November 5, 2015 07:56
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 oakmac/98f1568d441f6ee77b77 to your computer and use it in GitHub Desktop.
Save oakmac/98f1568d441f6ee77b77 to your computer and use it in GitHub Desktop.
```in
(defn foo [x]
(bar) ;; comment1
(baz) ;; comment2
```
```out
(defn foo [x]
(bar) ;; comment1
(baz)) ;; comment2
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment