RosettaCodeData/Task/Enumerations/Go/enumerations-1.go
2023-07-01 13:44:08 -04:00

5 lines
40 B
Go

const (
apple = iota
banana
cherry
)