init gosh project

This commit is contained in:
juancwu 2026-01-11 16:43:30 -05:00
commit dcf8c9eba0
3 changed files with 13 additions and 0 deletions

7
main.go Normal file
View file

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