Init Commit

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-07-02 21:58:21 +02:00
commit ad38d6e4e8
9 changed files with 2444 additions and 0 deletions

9
README.md Normal file
View File

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