[ create a new paste ] login | about

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

PHP, pasted on Dec 1:
1
2
3
4
5
6
7
<?php
$sayi=20;
do {
	print "Hello world";
}
while($sayi<10);
?>


Output:
1
Hello world


Create a new paste based on this one


Comments: