Skip to content

Instantly share code, notes, and snippets.

@guilhermesteves
Created November 17, 2018 15:58
Show Gist options
  • Save guilhermesteves/5b63833bf9c6bbf59639581c8f3c8939 to your computer and use it in GitHub Desktop.
Save guilhermesteves/5b63833bf9c6bbf59639581c8f3c8939 to your computer and use it in GitHub Desktop.
Código de demonstração para o artigo da https://medium.com/gommunity
package main
import "fmt"
func main() {
vs := "Visual Studio Code"
fmt.Println("Welcome to", vs)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment