itmo-php-course/cristmass-tree/index.php

7 lines
94 B
PHP

<?php
include_once ('tree.php');
$cristmassTree = new Tree(50);
$cristmassTree->drawTree();