package main

import (
	"fmt"

	"github.com/laramiel/bazel-example-golang-remote/remote"
)

func main() {
	fmt.Println("Hello", remote.World())
}