aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 976b90de06352e24ceff3a96e7331bd9b0e8c181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# stdlib

<a href="https://github.com/gleam-lang/stdlib/releases"><img src="https://img.shields.io/github/release/gleam-lang/stdlib" alt="GitHub release"></a>
<a href="https://webchat.freenode.net/#gleam-lang"><img src="https://img.shields.io/badge/freenode%20chat-%23gleam--lang-blue" alt="IRC: #gleam-lang on chat.freenode.net"></a>


Gleam's standard library!

## Quick reference

```sh
# Run the unit tests
rebar3 eunit
```