2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-27 17:43:27 +00:00
bazel-lib/lib/tests/transitions/main.go

8 lines
76 B
Go
Raw Normal View History

package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}