Before continuing, make sure you've read the Installation chapter and can access your new Symfony app in the browser.
Suppose you want to create a page - /lucky/number - that generates a lucky (well, random) number and prints it. To do that, create a "Controller class" and a "con...