3 lines
34 B
PHP
3 lines
34 B
PHP
<?php return [
|
|
'answer' => 42
|
|
];
|
<?php return [
|
|
'answer' => 42
|
|
];
|