Hello World use Golang

WIth Golang, we can print text like “hello world” with simple code like this

package main

import "fmt"

func main(){
  fmt.Println("Hello World!")
}

With fmt pacakge, we can print text to console!.

Subscribe to xvbnm48
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.