Fork of daniellemaywood.uk/gleam — Wasm codegen work
628 B
29 lines
1<!--
2 SPDX-License-Identifier: Apache-2.0
3 SPDX-FileCopyrightText: 2026 The Gleam contributors
4-->
5
6# default_readme
7
8[](https://hex.pm/packages/default_readme)
9[](https://default-readme.hexdocs.pm/)
10
11```sh
12gleam add default_readme@1
13```
14```gleam
15import default_readme
16
17pub fn main() -> Nil {
18 // TODO: An example of the project in use
19}
20```
21
22Further documentation can be found at <https://default-readme.hexdocs.pm>.
23
24## Development
25
26```sh
27gleam run # Run the project
28gleam test # Run the tests
29```