Initial commit (part 2)

I added some code
and comments too
it's almost set up
for me and you
This commit is contained in:
Moby von Briesen
2023-04-22 14:39:54 -04:00
parent f0893ed8b8
commit a570437b9c
6 changed files with 160 additions and 0 deletions

7
cmd/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello")
}