9 lines
73 B
Go
9 lines
73 B
Go
package main
|
|
|
|
func Test() {
|
|
println("Hello from test")
|
|
}
|
|
|
|
// Output:
|
|
//
|