6 lines
66 B
PHP
6 lines
66 B
PHP
<?php
|
|
require_once("library.php");
|
|
|
|
// Your code goes here
|
|
?>
|