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

https://github.com/sshine/hello-hs

Hello!
https://github.com/sshine/hello-hs

Last synced: about 1 year ago
JSON representation

Hello!

Awesome Lists containing this project

README

          

# Hello

[![Haskell CI](https://github.com/sshine/hello/actions/workflows/haskell.yml/badge.svg)](https://github.com/sshine/hello/actions/workflows/haskell.yml)

This is a sample Haskell project.

You can compile it like this:

```
stack build
```

Or you can run it:

```
stack run -- --help
stack run -- --bleeps 1 --bloops 2
```