Skip to content

ryz-code/ryz-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 

Repository files navigation

HELLO πŸ‘‹

<?php
namespace RyzXD;
class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Ryz-Team',
                'position' => 'Founder'         
            ]
        ];
    }
    public function getDailyKnowledge(): array
    {
        return [
            my::class,
        ];
    }
    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published