diskii/main.go
Zellyn Hunter 7aa075b594 Initial commit
Includes "applesoft decode" command to convert Applesoft bytes to
listings.
2016-10-28 21:20:20 -04:00

10 lines
139 B
Go

// Copyright © 2016 Zellyn Hunter <zellyn@gmail.com>
package main
import "github.com/zellyn/diskii/cmd"
func main() {
cmd.Execute()
}