"Initial Commit"

This commit is contained in:
2023-04-08 11:40:00 -04:00
commit 3ffde461ce
5 changed files with 32 additions and 0 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("New Project ready")
}