mirror of
https://github.com/traefik/yaegi.git
synced 2026-06-01 18:37:56 +00:00
9 lines
73 B
Go
9 lines
73 B
Go
package main
|
|
|
|
func Test() {
|
|
println("Hello from test")
|
|
}
|
|
|
|
// Output:
|
|
//
|