<?php
// implements human
require_once 'vendor/autoload.php';
use Human\Human;
// Creating human object
$human = new Human('dariusaurich');
echo 'Gender: '. $human->gender('Male');
echo 'Name: '. $human->name('Darius');
echo 'CodeingLang: '. $human->cl('PHP, JS, TS, SQL, JAVA');
echo 'Discord: '. $human->discord('daribw');
?>
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.