Created
September 25, 2018 08:43
-
-
Save RGV2/53ef886c1030faea71cbe670a5857259 to your computer and use it in GitHub Desktop.
My first GoLang program
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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