testrepo/main.go
2023-02-15 13:02:50 +03:00

5 lines
56 B
Go

import "fmt"
func main(){
fmt.Println("nice repo")
}