Skip to content

Hill-98/Hill-98

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Hi there, I'm Zhong Lufan (钟路帆) 👋

<?php

function about_me(): string
{
    return
        "👨🏻 I'm a Web developer, mostly using Javascript + PHP for development.".
        "❤️ I love Linux and open source world.".
        "🪄 I enjoy writing tools that make life better.".
        "⭐ In my spare time, I like to play games, listen to music and watch anime, and of course, anything fun.";
}

function about_me_zh(): string
{
    return
        "👨🏻 我是一名 Web 开发者,主要使用 JavaScript + PHP 开发。".
        "❤️ 我热爱 Linux 和开源。".
        "🪄 我喜欢写一些让生活变得更美好的工具。".
        "⭐ 当我闲下来时,我会玩玩游戏,听听歌以及追追番,还有其他一切有趣的事情。";
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published