package main
type Me struct{
Code string
Job string
BestAndFavoriteSkill string
}
func main() {
me := &Me{
Job: "Web Developer",
Code: "JavaScript, PHP and Python",
BestAndFavoriteSkill: "Data analysis :D"
}
_ = me
}
- calculator (Acessar)
- (Insights) - Case - Cancelamento de Cartão de Crédito (Acessar)
- Python Automation - Relatório Semanal Consolidado de Vendas (Acessar)
- Python - Flappy Bird (Acessar)
- Python - Game Break Bricks (Acessar)