Files
yaegi/_test/bin.go
T

12 lines
95 B
Go

package main
import "fmt"
func main() {
f := fmt.Println
f("Hello")
}
// Output:
// Hello