[ create a new paste ] login | about

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

PHP, pasted on Jun 13:
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: