In order to display the output of the convert_to_snake_case() function, you need to call the main() function.
At the same level as the two existing functions, add a call to the main() function. You should see the given camel or pascal cased string converted to snake case upon execution.