RosettaCodeData/Task/Enumerations/Go/enumerations-2.go
2015-02-20 00:35:01 -05:00

5 lines
46 B
Go

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