Initial commit

This commit is contained in:
Pascal Engélibert 2024-10-22 20:42:05 +02:00
commit b1bf4fb818
8 changed files with 2537 additions and 0 deletions

14
README.me Normal file
View file

@ -0,0 +1,14 @@
# Rusty LeekWars bot
[Install Rust](https://rustup.rs/).
Build:
```bash
cargo build --release
```
Run:
```bash
./target/release/leekwarsbot -u <username> -f 50 -d 60
```