sherweb/otus-package

There is no license information available for the latest version (v1.0.4) of this package.

v1.0.4 2024-01-13 09:40 UTC

This package is auto-updated.

Last update: 2025-06-13 12:40:02 UTC


README

Пакет для сложения чисел

Установка

composer require sherweb/otus-package

Использование

<?php
$calculator = new Calculator();
echo $calculator->exec(1, 2, '+');