hello var text string
This commit is contained in:
parent
43bca0868e
commit
f4dc58dcdc
1 changed files with 8 additions and 0 deletions
8
main.go
Normal file
8
main.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
var text string = "Hello Golang World!"
|
||||
fmt.Println(text)
|
||||
}
|
Loading…
Add table
Reference in a new issue