Files
go/BasicSyntax/Helloworld/hw.go
2025-10-08 22:52:16 +08:00

7 lines
77 B
Go

package main
import "fmt"
func main(){
fmt.Println("Hello World ohyeah")
}