This commit is contained in:
2020-11-08 12:30:48 +08:00
parent c028f79644
commit eed6556de7
3 changed files with 31 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ Haskell Language Tests
```shell
$ stack helloworld.hs
```
New project:
```shell
$ stack new sample
@@ -11,4 +16,4 @@ $ cd sample/
$ stack setup
$ stack build
$ stack exec sample-exe
```
```