🇧🇷 Portuguese | Português |
🇺🇸 English | Inglês |
var lillo = new Developer
{
Name = "Danillo Silva",
Pronouns = "He | His",
Function = "Backend",
CurrentEducation = "Estácio",
Hobbies = [ "Learn",
"Gym",
"Games",
"Code",
"Series and Anime",
"Meet friends",
],
Ambitions = [ "Develop leadership, management and technical skills",
"Achieving balance in personal and professional life",
"Achieve fluency in English"
]
};
var myLife = new Life(lillo);
myLife.Start();
while (!myLife.Successful)
{
Life.TryAgain(myLife);
if (!myLife.IsAlive) break;
}