nikitaevshin / test-library
There is no license information available for the latest version (1.2.1) of this package.
1.2.1
2024-06-18 07:06 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-04-18 08:56:24 UTC
README
composer require nikitaevshin/test-library
$sumInt = new SumInt(); $sum = $sumInt->sum(1,3);