Skip to content
Snippets Groups Projects
Commit 9f6e5508 authored by Stephen D's avatar Stephen D
Browse files

win detection

parent 2550286d
No related branches found
No related tags found
No related merge requests found
......@@ -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 = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment