5 строки
72 Б
Go
5 строки
72 Б
Go
package schet
|
|
|
|
type OutIface interface {
|
|
Печать(*Год) error
|
|
}
|