mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-19 11:31:05 +00:00
7aa075b594
Includes "applesoft decode" command to convert Applesoft bytes to listings.
10 lines
139 B
Go
10 lines
139 B
Go
// Copyright © 2016 Zellyn Hunter <zellyn@gmail.com>
|
|
|
|
package main
|
|
|
|
import "github.com/zellyn/diskii/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|