asdf/main.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
112 B
Go
Raw Normal View History

2024-02-02 20:12:41 -07:00
package main
import (
"asdf/commands"
)
2024-02-02 20:12:41 -07:00
// Placeholder for the real code
func main() {
commands.Execute()
2024-02-02 20:12:41 -07:00
}