3dtoys/modeleditor/main.go

10 lines
83 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Printf("Program starting\n")
}