[ create a new paste ] login | about

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

PHP, pasted on Oct 30:
1
2
3
4
5
<?php
echo 'hello world',"\n";
for ($i=0; $i < 100; $i++) { 
	echo $I,"\n";
}


Output:


Create a new paste based on this one


Comments: