mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-03-22 15:41:43 +01:00
7 lines
84 B
Go
7 lines
84 B
Go
package Only
|
|
|
|
const Once = "1"
|
|
|
|
var Twice = []int{0, 1}
|
|
var Thrice = []int{0, 1, 2}
|