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

5 lines
46 B
Go

const (
apple = 0
banana = 1
cherry = 2
)