Skip to content

assss #1618

@ashad981417

Description

@ashad981417

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 = "Limon-Hossain"
me.username = "LMNx9-JOHNY"
me.age = "18"
me.job = "Python Developer | Data Scienctist"
me.hobbies = []string{"code", "anime", "music"," guiterist"," gaming"}

fmt.Println(me)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions