commit message

This commit is contained in:
jakob 2026-01-15 19:29:35 +01:00
parent 24455d9eb8
commit 01679fd252
14 changed files with 410 additions and 1 deletions

24
asmblr/README.md Normal file
View file

@ -0,0 +1,24 @@
# asmblr
[![Package Version](https://img.shields.io/hexpm/v/asmblr)](https://hex.pm/packages/asmblr)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/asmblr/)
```sh
gleam add asmblr@1
```
```gleam
import asmblr
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/asmblr>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```