feat: init hello world

This commit is contained in:
angelina-tsuboi
2023-05-04 23:31:20 -07:00
parent 1754ca4c02
commit 17691a1524

View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello Go")
}