aboutsummaryrefslogtreecommitdiff
path: root/main.go
blob: bbaeff0a220397db235547d2c1e18e72b0126129 (plain)
1
2
3
4
5
6
7
package main

const maxValue = 1000

func main() {
	verifyAll()
}