Skip to content

anodeus/anodeus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 

Repository files navigation

Abhi Singh


anodeus

GitHub WidgetBox


MY INFORMATION :

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     = "Abhi Singh"
  me.username = "anodeus"
  me.age      = "21"
  me.job      = "Software Developer | Ethical Hacker"
  me.hobbies  = []string{"code", "anime", "hacks", "internet", "gaming"}
  
  fmt.Println(me)
}

Connect With Me

DiscordYoutube


Spent My Time


Avinal WakaTime Activity


My Language & Skills





🏆 TryHackMe Profile

TryHackMe Badge


📊 GitHub Profile Stats



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors