May 8, 2022
Lein and Main
Well, I spent a little time and have researched the next thing. We can use any function like main-function for our project if set `:main` key in `defproject`. After that, if we run `lein start` it starts the function that we set in `defproject`.













