Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save 100daysofdevops/e46e39440bda269a2973df4a30b37ab9 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
grades := [3]int{50, 45, 70}
fmt.Printf("Grades: %v\n", grades)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment