From 6bc9a9971e315ce3c98198e850d60a2f2a627daa Mon Sep 17 00:00:00 2001 From: KyleKnoetze <73750081+SKYICE01@users.noreply.github.com> Date: Fri, 29 Jul 2022 00:40:07 +0200 Subject: [PATCH] Update main.rs CHanged printouts --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index dd95b44..5cfa5d1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 {