New Go
This commit is contained in:
7
BasicSyntax/Helloworld/hw.go
Normal file
7
BasicSyntax/Helloworld/hw.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main(){
|
||||
fmt.Println("Hello World ohyeah")
|
||||
}
|
||||
Reference in New Issue
Block a user