1
2
3
4
5
6
Person person = new Person();
person.Name = "Liam Grant";
person.Birthday = "2001-1-14";
person.Sex = "male";
person.Major = ["IT", "Math"]
person.IWantSay("The darkest hour is that before the dawn");
avatar
Liam Grant
So many books, so little time
GitHub