Skip to content

xbodwf/Xbodwf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

import { registerUser as register, Info } from '@/register'

register(
  class Xbodwf extends Info {
    readonly name: string = 'Xbodwf'
    description: string = 'A busy student developer'

    readonly contacts: { [key: string]: string | Array<string> } = {
      "Bilibili": "space.bilibili.com/1552375363",
      "X": "@Xbodwf",
      "Youtube": "@xbodwf",
      "Facebook": "www.facebook.com/profile.php?id=61578291371044",
      "QQ": ["3795750764"],
      "Email": ["xbodwf@outlook.com", "xbodw@gmail.com"]
    }
    constructor() {
      super()
      console.log("Loaded")
    }
    get status(): string {
      return 'Write all kinds of strange code into repositories...'
    }
  }
)

Hello,I'm Xbodwf.

I work with Javascript,Typescript,Csharp,Kotlin. Programming is my habit.

details
website: https://xbodwf.github.io (wip)

Star History Chart

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors