8 lines
88 B
Go
8 lines
88 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello from the remote side!")
|
|
}
|