Delta-v/Tools/markings/main.go

8 lines
85 B
Go

package main
import "spacestation14.io/markings"
func main() {
markings.Entry()
}