Skip to content

Latest commit

 

History

History
76 lines (65 loc) · 3.28 KB

README.md

File metadata and controls

76 lines (65 loc) · 3.28 KB

Language | Idioma

🇧🇷 Portuguese | Português
🇺🇸 English | Inglês

Danillo Silva | Web Developer

var lillo = new Developer
{
    Name = "Danillo Silva",
    Pronouns = "He | His",
    Function = "Full-stack",
    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;
}

Languages and Tools