michaeljoedhitya/hello-world

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

This package is auto-updated.

Last update: 2025-07-26 17:31:38 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 :)  
*/