Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created October 1, 2019 21:00
Show Gist options
  • Select an option

  • Save 100daysofdevops/907ab487a76940af915d50f373865647 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/907ab487a76940af915d50f373865647 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
const x int = 5
fmt.Println(x)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment