Files
topx/main.go
T
2022-03-14 16:59:30 +11:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello Mr. Yum")
}