package main
import "fmt"
type Developer struct {
Name string
Alias string
Location string
Focus []string
Contact string
}
func main() {
me := Developer{
Name: "Adnan",
Alias: "eikarna",
Location: "Indonesia 🇮🇩",
Focus: []string{
"AI & Machine Learning",
"System Programming",
"Game Server Dev",
"Android Modding",
},
Contact: "nixic0@proton.me",
}
fmt.Printf("Hello World! I'm %s\n", me.Name)
} |
🤖 AI & Machine Learning ⚙️ System Programming 🎮 Game Server Development 📱 Android Modding 🔒 Security & Networking
|
┌─────────────────────────────────────────────────────────────┐
│ SKILL PROFICIENCY │
│ │
│ Adaptability ████████████████████ 100% ⚡ MAX │
│ Multi-Language Dev ████████████████░░░░ 80% 🔥 HIGH │
│ Communication ████████████████████ 100% 💬 MAX │
│ Team Collaboration ████████████████████ 100% 🤝 MAX │
│ Problem Solving ███████████████████░ 95% 🧠 ELITE │
│ System Design █████████████████░░░ 85% 🏗️ HIGH │
└─────────────────────────────────────────────────────────────┘




