Create packer with recursive inclusion and deduplication
This commit is contained in:
6
includes/io.php
Normal file
6
includes/io.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
function line(string $text): void
|
||||
{
|
||||
echo $text . PHP_EOL;
|
||||
}
|
Reference in New Issue
Block a user