4 lines
78 B
PHP
4 lines
78 B
PHP
<?php
|
|
echo filesize('input.txt'), "\n";
|
|
echo filesize('/input.txt'), "\n";
|
|
?>
|