ComunicRTCProxy/main.go
2020-04-09 17:32:16 +02:00

10 lines
80 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("secret", Name())
}