"Initial Commit"

This commit is contained in:
2022-06-23 22:55:47 -04:00
commit 6439f1ad96
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")
}