mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
Update main.rs
CHanged printouts
This commit is contained in:
@@ -70,11 +70,11 @@ fn main() {
|
||||
println!("1: Anime");
|
||||
println!("2: Light Novel");
|
||||
|
||||
let a = int_input("pick your poison rip hh");
|
||||
let a = int_input("pick your poison: ");
|
||||
match a{
|
||||
1 => anime = true,
|
||||
2 => ln = true,
|
||||
_=>println!("invalid option no hentai here")
|
||||
_=>println!("invalid option. ")
|
||||
};
|
||||
}
|
||||
if anime == true && ln == true {
|
||||
|
||||
Reference in New Issue
Block a user