Files
glasgow-smile/README.md
2025-07-02 21:58:21 +02:00

10 lines
174 B
Markdown

# Glasgow Smile
## Building
After installing [Rust](https://rustup.rs/), you can compile Glasgow Smile as follows:
```shell
cargo xtask bundle glasgow_smile --release
```