DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / const16.go
123456789101112
package main import ( "fmt" ) func main() { fmt.Println(7 / 3) } // Output: // 2