Last active
August 11, 2020 11:15
-
-
Save rchaganti/daa5741378a401935ee08102652ad278 to your computer and use it in GitHub Desktop.
Day 3 Hello World
This file contains 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
In the first exercise, update the hello world program you create in the [last part](https://ravichaganti.com/blog/get-set-go-first-program/) | |
to add a variable `fName` and initialize it with your name as the value. | |
Finally, print the statement Hello, fName to the screen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment