Skip to content

nsonaniya2010/vschwaberow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Welcome to Volker's bio


Description

package main

import "fmt"

type Person struct {
    City string
    Country string
    Job string
    Age string
}

func main() {
    volker := &Person {
        City: "Gelsenkirchen",
        Country: "Germany",
        Job: "Something with IT",
        Age: "Youth with home computers at Karstadt"
    }
    fmt.Printf("%#v\n", volker)
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published