Cloudreve/main.go
2019-11-04 20:30:12 +08:00

8 lines
65 B
Go

package main
import "fmt"
func main() {
fmt.Println("test")
}