butt(1): more code golfing!
This commit is contained in:
parent
d111500921
commit
be9add4466
@ -17,10 +17,10 @@ fn main() {
|
||||
stdin().read_line(&mut buf).unwrap();
|
||||
|
||||
println!("{}", match buf.trim().parse::<u8>().unwrap_or_else(|_| {
|
||||
eprintln!("Your butt can’t be {}!", buf.trim());
|
||||
exit(1);
|
||||
eprintln!("Your butt can’t be {}!", buf.trim());
|
||||
exit(1);
|
||||
}) {
|
||||
0 | 1 | 2 => "Your butt is small Im not gonna smack it ",
|
||||
0..=2 => "Your butt is small Im not gonna smack it ",
|
||||
3 => "Your butt is decently sized, if im super horny ill smack and maybe lick it",
|
||||
4 => "Your butt is pretty big there, Why don't you come down and ill show it a good time!",
|
||||
_ => "WOW Your butt is pretty big! you better pull your pants down RIGHT NOW so i can lick it clean",
|
||||
|
Loading…
Reference in New Issue
Block a user