blob: 8cfbe0172178f8505cedb14b27b17f495f811d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Shared Cost
Share costs with a group of people.
## Usage
```
cabal sandbox init
cabal install --only-dependencies
cabal build
elm package install
./dist/build/sharedCost/sharedCost
```
|