michaeljoedhitya/hello-world

demo composer

Maintainers

Package info

github.com/MichaelJoedhitya/hello-world

pkg:composer/michaeljoedhitya/hello-world

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2021-11-26 09:51 UTC

This package is auto-updated.

Last update: 2026-03-26 18:52:32 UTC


README

demo composer Hello World untuk akademi batch 2

Table of contents

Install

Via Composer

$ composer require michaeljoedhitya/hello-world

Usage

use Michaeljoe\HelloWorld;

$helloWorld = new HelloWorld();

echo $helloWorld->getMessage();

/*
   halo dunia~~ akhirnya bisa :)  
*/