Is it right that a function with nothing but return null times out?
return null
Ruby 3.0 should be enabled.
This comment is hidden because it contains spoiler information about the solution
Could do with a test case for input like "234.234". People are not checking for the space following the dot. :P
"234.234"
Loading collection data...
Is it right that a function with nothing but
return null
times out?Ruby 3.0 should be enabled.
This comment is hidden because it contains spoiler information about the solution
Could do with a test case for input like
"234.234"
. People are not checking for the space following the dot. :P