reaction/cli.go
2023-05-03 20:03:22 +02:00

9 lines
69 B
Go

package main
import (
"reaction/app"
)
func main() {
app.CLI()
}