mirror of
https://github.com/itchyny/mmv.git
synced 2026-01-16 11:48:00 +08:00
initialize repository
This commit is contained in:
commit
ac88fa99fe
9 changed files with 160 additions and 0 deletions
7
cmd/mmv/main.go
Normal file
7
cmd/mmv/main.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Print("mmv")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue