test/main.go

11 lines
101 B
Go

package main
import "fmt"
func main() {
// foo
// bar
// baz
fmt.Println("hello from test!")
}