/mitsimi

Public Profile Repository

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