Write a program that will route two view functions:
1. The /data/main_info URL should return the Response object with the message <h1>Hello there, it's me — my own worst enemy!</h1> and the response code 200.
2. The /the_wall URL should return the Response object with the message <h1>Welkommen!</h1> and the response code 200.