Files
2003-03-23 04:35:37 +00:00

8 lines
77 B
PHP

<?php
class monkey {
function scratch() {
echo "itchy! itchy!\n";
}
}
?>