Current section

Files

Jump to
memory README.md
Raw

README.md

为函数提供记忆化搜索
# memory
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://memory.hexdocs.pm/)
```sh
gleam add memory@1
```
```gleam
import memory
pub fn main() {
todo
}
```
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```