[ create a new paste ] login | about

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

PHP, pasted on Oct 16:
1
2
3
4
5
<?php
$hello = "Hello World!";
echo $hello;
echo "\n";
?>


Output:
1
Hello World!


Create a new paste based on this one


Comments: