7 lines
63 B
PHP
7 lines
63 B
PHP
|
#!/usr/bin/php
|
||
|
<?php
|
||
|
const N="\n";
|
||
|
echo(time().N);
|
||
|
exit(0);
|
||
|
?>
|