Files
scaffold/main.go
2023-04-08 11:40:00 -04:00

10 lines
85 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("New Project ready")
}