Skip to content

Instantly share code, notes, and snippets.

@RGV2
Created September 25, 2018 08:43
Show Gist options
  • Save RGV2/53ef886c1030faea71cbe670a5857259 to your computer and use it in GitHub Desktop.
Save RGV2/53ef886c1030faea71cbe670a5857259 to your computer and use it in GitHub Desktop.
My first GoLang program
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
fmt.Printf("Ashhar")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment