6 lines
40 B
Go
6 lines
40 B
Go
|
|
const (
|
||
|
|
apple = iota
|
||
|
|
banana
|
||
|
|
cherry
|
||
|
|
)
|