Skip to content

MrTech-AK/MrTech-AK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Hi I'm Akshat

My youtube stats

About Me

package main

import "fmt"

type Person struct {
  name string
  username string
  age int
  hobbies []string
  job string
}

func main() {
  var me = new(Person)
  
  me.name     = "Akshat"
  me.username = "MrTech-AK"
  me.age      = "15"
  me.hobbies  = []string{"code", "programming", "music", "editing"," gaming"}
  
  fmt.Println(me)
}

Total Visitors on Profile

Views

πŸ’» My Tech Stack:

Apache Groovy C C# C++ Java HTML5 JavaScript Markdown Python Ruby PHP TypeScript Windows Terminal AWS DigitalOcean GithubPages Heroku Google Cloud Netlify Vercel React NodeJS Next JS Apache MongoDB Redis Adobe Canva Adobe Acrobat Reader Pandas

πŸ“Š My GitHub Stats:



πŸ† My GitHub Trophies

πŸ” Top Contributed Repo

✍️ Random Dev Quotes

πŸ˜‚ Random Dev Meme

Keep Laughing!, Cuz I care for you!


Follow Me

I try to come up with new projects! Till then, You can check my existing Projects and Star them

Releases

No releases published

Packages

No packages published