<?php
/* 
 * BloonOldSchool par Burak 
 * http://britania.ws/forum/thread-126593.html
 * 
 */
function say($msg=""){
	echo $msg."\n";
}
?>