commit message
This commit is contained in:
parent
24455d9eb8
commit
01679fd252
14 changed files with 410 additions and 1 deletions
24
asmblr/README.md
Normal file
24
asmblr/README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# asmblr
|
||||
|
||||
[](https://hex.pm/packages/asmblr)
|
||||
[](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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue