Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
File
package first_missing_positive
func FirstMissingPositive(nums []int) int { return firstMissingPositive(nums)}