๐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.
Ctrl+Enter to run
Step 1
Declare a slice of integers named `nums` containing the values 10, 20, 30, 40, 50. Print it with fmt.Println.