8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
import "spacestation14.io/markings"
|
|
|
|
func main() {
|
|
markings.Entry()
|
|
}
|