From 9f6e5508c113b15422324e853fcc7a003404131a Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Fri, 7 Feb 2025 12:17:39 -0500 Subject: [PATCH] win detection --- frontend.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend.rb b/frontend.rb index 7e32f18..260484e 100755 --- a/frontend.rb +++ b/frontend.rb @@ -38,6 +38,8 @@ Thread.new do elsif cur_line.include?('</think>') thinks = nil puts "\n</think>" # now we have 2 newlines + elsif cur_line.include?('YOU WIN!!!!!') + puts "\nGood job! The word was #{word}" end cur_line = '' -- GitLab