A scrapbook for my current knowledge of leiningen & clojure.
Built to be accessed through lein repl
.
├── CHANGELOG.md
├── LICENSE
├── README.md
├── doc
│ └── intro.md
├── project.clj
├── resources
├── src
│ └── hello_world
│ └── core.clj
├── target
│ └── default
└── test
└── hello_world
└── core_test.clj
https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf