Advertisement
FlyFar

Albanian Virus in Rust!

Jul 24th, 2023
1,362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.40 KB | Jokes | 0 0
  1. const MESSAGE: &str = "Hi, I am an Albanian virus but because of poor technology in my country \
  2. unfortunately, I am not able to harm your computer. Please be so kind as to delete one of your important files \
  3. yourself and then forward me to other users. Many thanks for your cooperation! Best regards, Albanian virus";
  4.  
  5. fn main() {
  6.     msgbox::create("Albanian Virus", MESSAGE, msgbox::IconType::Info);
  7. }
  8.  
Tags: virus Albanian
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement