package main

import "github.com/wajeshubham/stringer/cmd/stringer"

func main() {
	stringer.Execute()
}
