nikitaevshin / test-library
此包最新版本(1.2.1)没有提供许可证信息。
1.2.1
2024-06-18 07:06 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2024-09-18 07:50:35 UTC
README
composer require nikitaevshin/test-library
$sumInt = new SumInt(); $sum = $sumInt->sum(1,3);