3dtoys/modeleditor/main.go

10 lines
83 B
Go
Raw Permalink Normal View History

2024-09-24 03:39:34 +00:00
package main
import (
"fmt"
)
func main() {
fmt.Printf("Program starting\n")
}