An open API service indexing awesome lists of open source software.

https://github.com/waddlaw/example-literate-markdown


https://github.com/waddlaw/example-literate-markdown

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# nifty-library: Do nifty things (effortlessly!)

Here is a basic example:

```haskell
main :: IO ()
main = putStrLn "That was easy!"
```