itmo-php-course/cristmass-tree/index.php
2025-01-13 21:48:57 +03:00

8 lines
94 B
PHP

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