first commit

This commit is contained in:
2026-04-28 19:40:43 +08:00
commit 53d56ec6e2

10
cmd/shctl/main.go Normal file
View File

@@ -0,0 +1,10 @@
package main
import (
"fmt"
"os"
)
func main() {
fmt.Printfn("hello world.")
}