6 lines
75 B
PHP
6 lines
75 B
PHP
<?php
|
|
|
|
function line(string $text): void
|
|
{
|
|
echo $text . PHP_EOL;
|
|
} |