package main
import "fmt"
type Developer struct {
Name string
Goal string
Learning []string
OpenTo string
FunFact string
}
func main() {
me := Developer{
Name: "Muhammad Hasbi Ashshiddieqy",
Goal: "π Build a meaningful startup",
Learning: []string{"Software Engineering", "Artificial Intelligence"},
OpenTo: "π― AI project collaborations",
FunFact: "β‘ I love pizza and learning new things",
}
fmt.Printf("Hello World! I'm %s\n", me.Name)
}
π―
Break The Limit
AI Enthusiast
Pinned Loading
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.
