[ create a new paste ] login | about

Link: http://codepad.org/0xSwA8IF    [ raw code | output | fork ]

PHP, pasted on Apr 21:
1
2
3
4
5
6
7
<?php
function writeMsg() {
    echo "Hello world!";
}

writeMsg(); // call the function
?>


Output:
1
Hello world!


Create a new paste based on this one


Comments: