Files
sunhpc/cmd/shctl/main.go
2026-04-28 19:40:43 +08:00

11 lines
93 B
Go

package main
import (
"fmt"
"os"
)
func main() {
fmt.Printfn("hello world.")
}