https://github.com/sshine/hello-hs
Hello!
https://github.com/sshine/hello-hs
Last synced: about 1 year ago
JSON representation
Hello!
- Host: GitHub
- URL: https://github.com/sshine/hello-hs
- Owner: sshine
- Created: 2020-09-30T23:08:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T15:13:33.000Z (over 4 years ago)
- Last Synced: 2025-02-05T08:09:35.942Z (over 1 year ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello
[](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
```