dummy file

This commit is contained in:
Vladimir Avtsenov 2025-02-15 06:29:03 +03:00
parent 78f964e9c4
commit 468bc28482

7
cmd/magitrickle/main.go Normal file
View File

@ -0,0 +1,7 @@
package magitrickle
import "fmt"
func main() {
fmt.Println("dummy file")
}