package main
type Me struct {
Name string
Job string
Code string
Skills string
}
func main() {
me := &Me{
Name: "JoseJunior-L4",
Job: "Software Engineer",
Code: "Go, Python, PHP, Dart",
Skills: "Software Development and Auditing",
}
_ = me
}
Popular repositories Loading
-
-
VideoSlicer
VideoSlicer PublicVideo Cutter is a Python script that allows you to cut a long video into smaller segments based on specified timestamps. It's a useful tool for splitting videos into separate clips based on differe…
-
-
-
-
Login-e-Registo-Basico
Login-e-Registo-Basico PublicApenas um login e registo simples com validações
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.