DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / str.go
12345678
package main func main() { println("hello world") } // Output: // hello world