allowances/children.go

7 lines
66 B
Go
Raw Normal View History

package main
type Child struct {
Name string
Money int
}