๐SlicesWORKSHOP
1
2
3
4
5
6
7
8
Step 1
Declare a slice of integers named `nums` containing the values 10, 20, 30, 40, 50. Print it with fmt.Println.
โ Enter (Mac) ยท Ctrl+Enter (Win/Linux)
Step 1
Declare a slice of integers named `nums` containing the values 10, 20, 30, 40, 50. Print it with fmt.Println.