SkunkyArt/main.go

8 lines
68 B
Go
Raw Normal View History

package main
import "skunkyart/app"
func main() {
app.Router()
}