class Xiong35 {
constructor() {
this.from = "湖北武汉";
this.university = "Huazhong University of Science and Tech";
this.organization = "冰岩作坊";
this.habits = ["coding👨💻", "badminton🏸", "movies🎦", "games🎮"];
this.contacts = {
tencentQQ: "2242787668",
email: "xiong35@qq.com",
};
this.website = "www.xiong35.cn";
/* I PROMISE I WILL 🥺 */
new Promise((resolve) => {
setTimeout(() => {
resolve("get back to study");
}, Infinity); // It's just not today💩
});
}
}
General:
Pinned repos:
Visitors: