GoSungrow/Only/const.go

7 lines
84 B
Go
Raw Permalink Normal View History

2022-02-10 12:55:11 +11:00
package Only
const Once = "1"
var Twice = []int{0, 1}
var Thrice = []int{0, 1, 2}