actually ran my code

This commit is contained in:
Shaun Kerr 2019-05-22 13:15:21 +12:00
parent 4a81233848
commit 1dbef1133e

View File

@ -19,10 +19,10 @@ printState initBS
`hurt` and `attract` are currently the only implemented main mechanics `hurt` and `attract` are currently the only implemented main mechanics
```haskell ```haskell
printState $ (attract Ritsuko Misato) printState $ (hurt Rei Ritsuko)
. (attract Ritsuko Misato)
. (hurt Shinji Gendo) . (hurt Shinji Gendo)
. (attract Asuka Shinji) . (attract Asuka Shinji)
. (hurt Rei Ritsuko)
$ initBS $ initBS
``` ```
returns: returns: