blob: 9714473bef2b0450f9e9bb0b0456148ccdab97a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# aoc2017_gleam
[](https://hex.pm/packages/aoc2017_gleam)
[](https://hexdocs.pm/aoc2017_gleam/)
```sh
gleam add aoc2017_gleam
```
```gleam
import aoc2017_gleam
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/aoc2017_gleam>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
|