Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 776 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 776 Bytes

Hi, I'm aloababa

package main

type Me struct {
	Name   string
	Job    string
	Code   string
	Skills string
}

func main() {
	me := &Me{
		Name:   "aloababa",
		Job:    "Software Engineer",
		Code:   "Go, Python and others",
    		Skills: "Linux systems, monitoring..."
	}
	_ = me
}

GitHub Stats

GitHub stats Top languages

Spotify

spotify-github-profile