sprechstunden-go/tutor.go

9 lines
84 B
Go
Raw Normal View History

2022-08-24 06:16:27 +00:00
// tutor
package main
type Tutor struct {
Id int
Name string
Email string
}