Functions Learning Mode

What is the output of the following code?

(function Hello() {
    echo "Hello World!";
})();