Skip to content

mitsimi/mitsimi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hi there ๐Ÿ‘‹

I'm Noah, a university student in austria for informatics. I'm constantly trying to improve in programming and learning new technologies.


package biography

type Bio struct {
    name      string
    username  string
    location  string
}
    
func main() {
    me := Bio {
      name:     "Noah",
      username: "mitsimi",
      location: "Linz, Austria",
    }
}

๐Ÿ› ๏ธ Tools

๐Ÿ’ผ Skills

About

Public Profile Repository

Resources

Stars

Watchers

Forks