feat: add sample

This commit is contained in:
2020-11-08 10:23:26 +08:00
parent 1a25f16912
commit c028f79644
13 changed files with 254 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
# haskell-tests
Haskell Language Tests
Haskell Language Tests
New project:
```shell
$ stack new sample
$ cd sample/
$ stack setup
$ stack build
$ stack exec sample-exe
```