5 lines
74 B
PHP
Raw Normal View History

2023-05-27 12:12:29 -05:00
<?php
function test_func () {
echo "This was a test";
}
?>