Edit File: Mary.php
<?php namespace Mary; class Mary { public static function hello(): string { return 'Hello!'; } }
Back