Hii, I'm Liang Yang! ๐
๐ฑ Blogs
Linux&git โข pip โข How to create a blog web site
LearnGit โข Resume โข JavaGuide
๐ญRepositories
Python Tools โข Create a blog โข Java Programming Problem
๐ Coding Time
the projects I'm working on
struct AboutMe;
impl AboutMe {
const READING_BOOK: &'static str = "The book of life";
const CURRENT_DEGREE: &'static str = "Master";
const WANT_TO_UNDERSTAND: &'static str = "WHY we should HOW to do WHAT";
}
trait OpenSource {
const CONTRIBUTOR_OF: &'static [&'static str] = &["Nope"];
}
impl OpenSource for AboutMe {}