asdf/main.go

11 lines
112 B
Go

package main
import (
"asdf/commands"
)
// Placeholder for the real code
func main() {
commands.Execute()
}