DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / shift0.go
1234567891011
package main func main() { var rounds uint64 var cost uint32 = 2 rounds = 1 << cost println(rounds) } // Output: // 4