michaeljoedhitya/hello-world

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

This package is auto-updated.

Last update: 2024-09-26 15:50:30 UTC


README

demo composer Hello World untuk akademi batch 2

目录

安装

通过 Composer

$ composer require michaeljoedhitya/hello-world

使用

use Michaeljoe\HelloWorld;

$helloWorld = new HelloWorld();

echo $helloWorld->getMessage();

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