logman/remote/main.go

8 lines
88 B
Go
Raw Normal View History

2019-08-16 18:45:01 -05:00
package main
import "fmt"
func main() {
fmt.Println("Hello from the remote side!")
}