Skip to content

Commit

Permalink
Merge pull request gptrust#53 from kousiknandy/kousik-gpict3
Browse files Browse the repository at this point in the history
tell right answer
  • Loading branch information
kousiknandy authored Aug 2, 2023
2 parents c75694b + 01f76f7 commit 1bb330d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gptionary/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ async fn main() {
io::stdin().read_line(&mut input_string).unwrap();
if word == &input_string.trim() {
println!("Correct!")
} else {
println!("Sorry! It was {}", word)
}
}

0 comments on commit 1bb330d

Please sign in to comment.