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)
}
😴
Sleeping
Doesn't care about anybody's shits ! 🤞Have Fun.
-
Student
- Morena, Madhya Pradesh.
- abhisinghkirad.netlify.app
Highlights
Pinned Loading
-
ai_terminal_assistant
ai_terminal_assistant PublicAI Terminal Assistant for Kali Linux – Chat with AI, interact with the system, and automate Kali tools from the terminal.
Python
-
-
fitness_club
fitness_club PublicFitness Club Front-End Website. Responsive, modern design for gyms and fitness studios.
CSS
-
ScriptVault
ScriptVault PublicAn arsenal of .bat, .cmd, and script files, from system hacks to automation payloads. Built for power users, tinkerers, and script lovers.
Batchfile
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





