Hi I'm Akshat
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
Keep Laughing!, Cuz I care for you!
I try to come up with new projects! Till then, You can check my existing Projects and Star them