diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-03-27 15:39:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-27 15:39:42 +0300 |
| commit | 3b461be7a84686ea76366ce96f8230868e3975cd (patch) | |
| tree | 2a350efd45c47fec060201dd10335fd7ca7ac459 | |
| parent | 0f6b0259edb18626cbca8d1b0f64c16e02abfd14 (diff) | |
Update main.rs
| -rw-r--r-- | src/main.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index acd3ecb..120e840 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,11 @@ +/* + _______ ________ __________ + ___ |__________________ _______________ __ \_______ __ ___ ___ \ + __ /| |_ ___/ ___/ __ `/_ __ \ _ \_ / / / _ \_ | / / __ / _ \ | + _ ___ | / / /__ / /_/ /_ / / / __/ /_/ // __/_ |/ / _ / , _/ / + /_/ |_/_/ \___/ \__,_/ /_/ /_/\___//_____/ \___/_____/ |_/_/|_|_/ +*/ + extern crate image; |
