add main.go

This commit is contained in:
Qukich
2023-02-15 13:02:50 +03:00
parent 381885e463
commit bb53da39da
+5
View File
@@ -0,0 +1,5 @@
import "fmt"
func main(){
fmt.Println("nice repo")
}