nemizar/hello-world

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

v1.0.1 2022-08-16 16:11 UTC

This package is not auto-updated.

Last update: 2025-07-16 06:41:02 UTC


README

$ composer require nemizar/hello-world

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

<php
    $hello = new \Nemizar\HelloWorld\HelloWorld();
    $hello->announce();