Skip to content

Instantly share code, notes, and snippets.

@rchaganti
Last active August 11, 2020 11:15
Embed
What would you like to do?
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