alist/cmd/alist.go
2022-06-06 16:28:37 +08:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}