Skip to content

Instantly share code, notes, and snippets.

@jonathan-fielding
Last active January 3, 2021 22:00
Show Gist options
  • Save jonathan-fielding/d52f7780450db928796b7adf1fb17266 to your computer and use it in GitHub Desktop.
Save jonathan-fielding/d52f7780450db928796b7adf1fb17266 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
var arr [5]int
fmt.Println("array:", arr)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment