Compare commits

...

1 Commits

Author SHA1 Message Date
105bdb5a6e dummy file 2025-02-15 06:29:03 +03:00

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

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