AD
Size: a a a
AD
P
AD
P
Т8
C
C
p
S
P
Т8
Т8
S
AY
К
let mut putin = Putin::new();
while putin.is_alive() {
println!("Actions...");
some_president_actions(&mut putin)?;
println!("Containing Putin...");
thread::sleep(Duration::from_secs(3600));
}
Т8