Update main.go

This commit is contained in:
cedricve
2020-12-27 21:24:10 +01:00
parent bdb9b09001
commit 7c4f50bf89

View File

@@ -2,9 +2,11 @@ package main
import (
"fmt"
"os"
)
func main(){
fmt.Println(os.Getenv("HELLO_WORLD"))
fmt.Println("So is the first line of Kerberos Open Source v3")
return
}