Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 7b97cbf

Browse files
committed
test misspell
1 parent b02432a commit 7b97cbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

p/nums.go

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package p
2+
3+
func GetNumsExceptFirst(nums []int) {
4+
return nums[1:len(nums)]
5+
}

0 commit comments

Comments
 (0)