DEV Community

Discussion on: Understanding the Monty Hall Problem

Collapse
 
rpalo profile image
Ryan Palo

This is a really cool article and walk through this puzzle. I'm glad you showed the code too! Thanks for sharing :)

As a heads up, you can get some sweet sweet syntax highlighting if you add the language name after your code fence:

(three backticks)ruby
10.times do
  puts "Hello, highlighting!"
end
(three backticks)
Collapse
 
micahshute profile image
Micah Shute

Thanks!! I'll add that now