7 lines
94 B
PHP
7 lines
94 B
PHP
<?php
|
|
|
|
include_once ('tree.php');
|
|
|
|
$cristmassTree = new Tree(25);
|
|
$cristmassTree->drawTree();
|