6 lines
58 B

2 months ago
<?php
interface iDisplay {
public function execute();
}