Files
yaegi/_test/export0.go
T

9 lines
73 B
Go

package main
func Test() {
println("Hello from test")
}
// Output:
//