Last active
January 6, 2026 12:13
-
-
Save pablocattaneo/c051b14548051b32a10ba9094ef23cc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| func main() { | |
| fruits := [4]string{"Apple", "Banana", "Orange", "Grapes"} | |
| fmt.Println("Fruits array:", fruits) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment