Skip to content

Instantly share code, notes, and snippets.

@rchaganti
Last active August 11, 2020 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rchaganti/daa5741378a401935ee08102652ad278 to your computer and use it in GitHub Desktop.
Save rchaganti/daa5741378a401935ee08102652ad278 to your computer and use it in GitHub Desktop.
Day 3 Hello World
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