๐Ÿ”ขsort WorkshopWORKSHOP
1
2
3
4

Step 1

Sort `[]int{5, 2, 8, 1, 9}` with `sort.Ints` and `[]string{"banana", "apple", "cherry"}` with `sort.Strings`. Print both sorted slices.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)