paisa/paisa.go

10 lines
96 B
Go
Raw Normal View History

2022-03-26 10:44:27 -04:00
package main
import (
2022-03-27 04:09:48 -04:00
"github.com/ananthakumaran/paisa/cmd"
2022-03-26 10:44:27 -04:00
)
func main() {
2022-03-27 04:09:48 -04:00
cmd.Execute()
2022-03-26 10:44:27 -04:00
}