6 lines
46 B
Go
6 lines
46 B
Go
|
|
const (
|
||
|
|
apple = 0
|
||
|
|
banana = 1
|
||
|
|
cherry = 2
|
||
|
|
)
|